1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/4e990792d374/ Changeset: 4e990792d374 User: jmchilton Date: 2015-02-04 01:09:46+00:00 Summary: Fix unit tests for ddbe0d1. Affected #: 1 file diff -r 655ddcb3e5a8a5eda97a031b3803d053caa5e963 -r 4e990792d37479e8fb4f6fec272efb51764c5252 test/unit/tools/test_evaluation.py --- a/test/unit/tools/test_evaluation.py +++ b/test/unit/tools/test_evaluation.py @@ -29,6 +29,7 @@ # To Test: # - param_file handling. +TEST_TOOL_DIRECTORY = "/path/to/the/tool" class ToolEvaluatorTestCase(TestCase, UsesApp): @@ -245,6 +246,9 @@ else: return super(TestComputeEnviornment, self).unstructured_path_rewriter() + def tool_directory( self ): + return TEST_TOOL_DIRECTORY + class MockTool( object ): Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.