comparison env/lib/python3.9/site-packages/galaxy/tool_util/verify/test_config.sample.yml @ 0:4f3585e2f14b draft default tip

"planemo upload commit 60cee0fc7c0cda8592644e1aad72851dec82c959"
author shellac
date Mon, 22 Mar 2021 18:12:50 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:4f3585e2f14b
1 # Set Galaxy URL to test (command-line overrides this).
2 galaxy_url: http://localhost:8080
3
4 # User API key to test with.
5 #key:
6
7 # Admin API key to test with.
8 #admin_key:
9
10 # Path to accumulate output metadata into.
11 #output_json:
12
13 # Allow skipping tools and annotating test reports with notes and other metadata.
14 tools:
15 'tool_id_0':
16 2: # test index based at 0
17 skip: 'This test will never work on our servers.'
18 'tool_id_1/version':
19 0:
20 note: 'Add this note to the final report - maybe indicate flakey test or test important to check.'
21 1:
22 note: 'Or maybe note issue being tracked - fix open at https://github.com/bgruening/galaxytools/pull/1041'
23 'tool_id_2':
24 default:
25 skip: 'skip all tests for this tool+version'
26 'tool_id_3':
27 'version1.2':
28 default:
29 skip: 'skip all tests for this version'