Branch: refs/heads/dev Home: https://github.com/galaxyproject/galaxy Commit: 259e12d760c721badf9a6f65da90a9bb5bcb0983 https://github.com/galaxyproject/galaxy/commit/259e12d760c721badf9a6f65da90a... Author: John Chilton <jmchilton@gmail.com> Date: 2017-09-01 (Fri, 01 Sep 2017) Changed paths: M test/base/api.py A test/base/testcase.py M test/base/twilltestcase.py M test/functional/test_toolbox.py M test/selenium_tests/framework.py Log Message: ----------- Continue separation of FunctionalTestCase from TwillTestCase. Move non-twill stuff out into its own module including FunctionalTestCase. Commit: 6e17ff57ea62320e8764b390e50135d95aaa242d https://github.com/galaxyproject/galaxy/commit/6e17ff57ea62320e8764b390e5013... Author: John Chilton <jmchilton@gmail.com> Date: 2017-09-01 (Fri, 01 Sep 2017) Changed paths: R test/functional/test_library_templates.py Log Message: ----------- Remove test/functional/test_library_templates.py. Hasn't been run in forever and it seems like we are deprecating these features. Commit: 6d7c8b3136e24ff3e752efecb14f57574cd53174 https://github.com/galaxyproject/galaxy/commit/6d7c8b3136e24ff3e752efecb14f5... Author: John Chilton <jmchilton@gmail.com> Date: 2017-09-01 (Fri, 01 Sep 2017) Changed paths: M test/base/tool_shed_util.py Log Message: ----------- Cleanup sys.path hacking in test/base/tool_shed_util.py. Commit: 7343463daca00ef60836e99faecdf90f85c9fd2a https://github.com/galaxyproject/galaxy/commit/7343463daca00ef60836e99faecdf... Author: John Chilton <jmchilton@gmail.com> Date: 2017-09-01 (Fri, 01 Sep 2017) Changed paths: M test/base/driver_util.py R test/base/test_db_util.py R test/functional/database_contexts.py M test/shed_functional/base/test_db_util.py Log Message: ----------- Rework hack to inject database contexts into Tool Shed tests. Rather than depend on something in ``functional`` test module from ``base.driver_util``, just set these global hacks up in ``driver_util`` itself. This eliminates a dependency of ``functional`` on ``base`` - ideally ``base`` would not depend on any other test modules. Commit: aba726a89f69fe1dbd4b4147e725c7ce0a7a3a33 https://github.com/galaxyproject/galaxy/commit/aba726a89f69fe1dbd4b4147e725c... Author: John Chilton <jmchilton@gmail.com> Date: 2017-09-01 (Fri, 01 Sep 2017) Changed paths: R test/base/twilltestcase.py M test/functional/test_toolbox.py A test/functional/twilltestcase.py M test/shed_functional/base/twilltestcase.py Log Message: ----------- Move twilltestcase from ``base`` to ``functional`` module. This way nothing in ``base`` has any dependencies on Twill anymore. Commit: 5358db58231482312850351d3d1dded25797dec8 https://github.com/galaxyproject/galaxy/commit/5358db58231482312850351d3d1dd... Author: Martin Cech <marten@bx.psu.edu> Date: 2017-09-01 (Fri, 01 Sep 2017) Changed paths: M test/base/tool_shed_util.py Log Message: ----------- fix lint order Commit: b2ceef5b6c258b0d6bc90240549299dbcc3d6ee4 https://github.com/galaxyproject/galaxy/commit/b2ceef5b6c258b0d6bc9024054929... Author: Björn Grüning <bjoern@gruenings.eu> Date: 2017-09-03 (Sun, 03 Sep 2017) Changed paths: M test/base/api.py M test/base/driver_util.py R test/base/test_db_util.py A test/base/testcase.py M test/base/tool_shed_util.py R test/base/twilltestcase.py R test/functional/database_contexts.py R test/functional/test_library_templates.py M test/functional/test_toolbox.py A test/functional/twilltestcase.py M test/selenium_tests/framework.py M test/shed_functional/base/test_db_util.py M test/shed_functional/base/twilltestcase.py Log Message: ----------- Merge pull request #4536 from jmchilton/test_refactoring Refactor test modules toward cleaner dependencies Compare: https://github.com/galaxyproject/galaxy/compare/ae7e1f97f0b7...b2ceef5b6c25