Commit bad810a
committed
Fix ServeTestCase.test_shed_serve test
Make the test robust to fastqc version updates.
Fix this test failure:
```
FAIL: test_shed_serve (tests.test_cmd_serve.ServeTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/travis/build/galaxyproject/planemo/tests/test_cmd_serve.py", line 78, in test_shed_serve
assert found, "Failed to find fastqc id in %s" % tool_ids
AssertionError: Failed to find fastqc id in
[u'CONVERTER_ref_to_seq_taxomony', u'CONVERTER_SMILES_to_inchi', ...
u'toolshed.g2.bx.psu.edu/repos/devteam/fastqc/fastqc/0.72', ...
u'lped2pbedconvert']
```
from https://travis-ci.org/galaxyproject/planemo/jobs/423136116 .1 parent e96745e commit bad810a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
0 commit comments