Hi ,
I wrote a functional test for my galaxy tool. While running the functional tests it shows the following error message.
Failure: ValueError (No such test TestForTool_gentool) ... ERROR
======================================================================
ERROR: Failure: ValueError (No such test TestForTool_gentool)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/myhome/galaxy-0/eggs/py2.5-noplatform/nose-0.11.1-py2.5.egg/nose/failure.py", line 39, in runTest
raise self.exc_class(self.exc_val)
ValueError: No such test TestForTool_gentool
----------------------------------------------------------------------
Ran 1 test in 0.002s
FAILED (errors=1)
>From exception I can find that there is no test case for gentool. But I have one test case for the same.
and here is my test which I wrote.
<tests>
<test>
<param name="source" value="history" />
<param name="fasta_input" value="tair9_chr4.fas" ftype="fasta" />
<output name="output" file="tair9_chr4.gio" />
</test>
</tests>
Many thanks in advance,
Vipin T S