Vipin TS wrote:
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
Hi Vipin, Does 'gentool' match the id in the <tool> tag? What command are you using to run the tests? Does the tool successfully load during server startup? Thanks, --nate