Commit Graph
11 Commits
Author SHA1 Message Date
Nicola Soranzo 21b44bf348 Fix all E201 and E202 style errors
using the following command:
```
autopep8 -i -r --exclude $(sed -e 's|^|./|' -e 's|/$||' .ci/flake8_blacklist.txt | paste -sd,) --select E201,E202 .
```
2017-08-17 11:35:39 +01:00
Nicola Soranzo cc336f61c0 Make some files compatible with Python3
Also enlarge the set of files tested with flake8 under Python3
2016-06-03 19:24:46 +01:00
Nicola Soranzo 43aa5fa482 Lint various Python files. 2015-07-13 00:13:21 +01:00
John Chilton 965d1a3a52 Fixes to tool_list.py for legacy configurations and modified tool confs.
Now uses roughly the same order of precedence as Galaxy proper's config.
2014-09-25 09:00:38 -04:00
Saket Choudhary 1314ff25a2 Update tool_list to reflect recent change in use of envirnoment variables
tool_list.py now makese use of GALAXY_TEST_TOOL_CONF and exits throwing an appropriate error
2014-09-24 23:10:51 -07:00
Dannon Baker b4625862ac Update tool_list.py to indicate the correct tool_conf.xml (not sample) 2014-08-12 11:28:08 -04:00
Peter Cock bf75b0c35e tool_list.py should now use tool_conf.xml not tool_conf.xml.sample
See a94473459ebb4749a375420492d6da9a948ccd3a where the rest of the run_functional_tests.sh system was updated.
2014-08-12 15:15:04 +00:00
Dave Bouvier 51c31855ec Fix for tool listing with run_functional_tests.sh -list, contributed by Peter Cock. 2013-04-15 10:09:51 -04:00
Trevor Wennblom 424aca090e minor whitespace updates, tab/space consistency 2011-07-22 15:17:26 -05:00
Jianbin He cd58c91104 add test section option 2007-10-31 19:12:00 +00:00
Jianbin He 1e8c4155bf add one more option for run_functional_tests.sh: listing all the ids 2007-06-22 15:25:14 +00:00