commit/galaxy-central: inithello: Limit when tests are explicitly removed from the tests dict.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/f10bc351f2ca/ Changeset: f10bc351f2ca User: inithello Date: 2013-05-06 20:53:46 Summary: Limit when tests are explicitly removed from the tests dict. Affected #: 1 file diff -r 01cfd0c5af0fa5555697d14283404af2f5ef496c -r f10bc351f2ca97577a3a823dc4113f965164cbd5 test/install_and_test_tool_shed_repositories/functional_tests.py --- a/test/install_and_test_tool_shed_repositories/functional_tests.py +++ b/test/install_and_test_tool_shed_repositories/functional_tests.py @@ -704,8 +704,6 @@ os.environ[ 'GALAXY_TOOL_SHED_TEST_FILE' ] = galaxy_shed_tools_dict os.environ[ 'GALAXY_TEST_HOST' ] = galaxy_test_host os.environ[ 'GALAXY_TEST_PORT' ] = galaxy_test_port - # Explicitly clear tests from twill's test environment. - remove_generated_tests( app ) # Set the module-level variable 'toolbox', so that test.functional.test_toolbox will generate the appropriate test methods. test_toolbox.toolbox = app.toolbox # Generate the test methods for this installed repository. We need to pass in True here, or it will look 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.
participants (1)
-
commits-noreply@bitbucket.org