Nicola Soranzo
6b3f672770
Replace deprecated assertEquals() method
...
Fix warnings during py34-unit tests like:
```
/home/travis/build/galaxyproject/galaxy/test/unit/workflows/test_extract_summary.py:46: DeprecationWarning: Please use assertEqual instead.
self.assertEquals(job_dict[hda.job], [('out1', derived_hda_2)])
```
See e.g. https://travis-ci.org/galaxyproject/galaxy/jobs/438829277
2018-10-09 12:37:15 +01:00
Nicola Soranzo
48aca7dce8
Update to flake8-import-order 0.16
2017-12-01 11:09:57 +00:00
Nicola Soranzo
9b1832abb1
Fix import order for cron/, scripts/ and test/
2017-09-25 23:44:39 +01:00
Nicola Soranzo
a353b2e88f
Fix E127 errors introduced by previous commit
...
using:
```
autopep8 -i -r --exclude $(sed -e 's|^|./|' -e 's|/$||' .ci/flake8_blacklist.txt | paste -sd,) --select E127 .
```
2017-08-17 11:35:39 +01:00
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
John Chilton
9b0390defb
Remove CasperJS api-batch-tests.js - already available in API test framework.
2016-11-30 17:44:12 -05:00
Nicola Soranzo
1e32c0926c
Fix import order and Python3 compatibility for most of test/
2016-10-10 19:06:22 +01:00
carlfeberhard
ff26129667
API, batch: update docs and test, cleanup
2016-07-29 10:59:12 -04:00
carlfeberhard
6825f4c5f4
API, batch: add allowed_list to narrow use
...
- only allows processing batch calls to the urls that match the regexs
in allowed_list controlling/decreasing the scope of the middleware
2016-07-14 15:43:24 -04:00
carlfeberhard
b9744906aa
API, batch: remove simplejson refs, fix linting errors
2016-03-07 16:14:08 -05:00
Carl Eberhard
8fb10a5c9a
API, batch: test errored calls
2015-04-22 17:45:36 -04:00
Carl Eberhard
5dcc4e8e3a
API, batch: handle bad routes
2015-04-22 17:20:37 -04:00
Carl Eberhard
35b7c7788a
API, batch: initial commit
2015-04-21 15:09:28 -04:00