commit/galaxy-central: greg: Fix imports in the tool shed's functional test framework.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/4077a5a1f801/ Changeset: 4077a5a1f801 User: greg Date: 2013-12-19 01:09:11 Summary: Fix imports in the tool shed's functional test framework. Affected #: 3 files diff -r a53f2f700699c9d88b1896814b3eb2ec8cc028b8 -r 4077a5a1f801a772acd01d19c9695329a42c5958 test/install_and_test_tool_shed_repositories/base/util.py --- a/test/install_and_test_tool_shed_repositories/base/util.py +++ b/test/install_and_test_tool_shed_repositories/base/util.py @@ -595,7 +595,6 @@ exclude_list.append( exclude_dict ) log.debug( 'The xml document %s containing the exclude list defines the following %s repositories to be excluded from testing...' % \ ( str( xml_filename ), str( exclude_count ) ) ) - #if '-list_repositories' in sys.argv: for name, owner, changeset_revision in exclude_verbose: if changeset_revision: log.debug( 'Repository %s owned by %s, changeset revision %s.' % ( str( name ), str( owner ), str( changeset_revision ) ) ) diff -r a53f2f700699c9d88b1896814b3eb2ec8cc028b8 -r 4077a5a1f801a772acd01d19c9695329a42c5958 test/install_and_test_tool_shed_repositories/repositories_with_tools/functional_tests.py --- a/test/install_and_test_tool_shed_repositories/repositories_with_tools/functional_tests.py +++ b/test/install_and_test_tool_shed_repositories/repositories_with_tools/functional_tests.py @@ -45,6 +45,7 @@ from galaxy.app import UniverseApplication from galaxy.util.json import from_json_string from galaxy.util.json import to_json_string +from galaxy.util import unicodify from galaxy.web import buildapp from functional_tests import generate_config_file from nose.plugins import Plugin diff -r a53f2f700699c9d88b1896814b3eb2ec8cc028b8 -r 4077a5a1f801a772acd01d19c9695329a42c5958 test/install_and_test_tool_shed_repositories/tool_dependency_definitions/functional_tests.py --- a/test/install_and_test_tool_shed_repositories/tool_dependency_definitions/functional_tests.py +++ b/test/install_and_test_tool_shed_repositories/tool_dependency_definitions/functional_tests.py @@ -45,6 +45,7 @@ from galaxy.app import UniverseApplication from galaxy.util.json import from_json_string from galaxy.util.json import to_json_string +from galaxy.util import unicodify from galaxy.web import buildapp from functional_tests import generate_config_file from nose.plugins import Plugin 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