「view this page in B3 βῆτα server」

Revisions №57402

branch: master 「№57402」
Commited by: Jared Adolf-Bryfogle
GitHub commit link: 「530806553319444e」 「№144」
Difference from previous tested commit:  code diff
Commit date: 2014-11-05 19:46:29

Merge pull request #144 from RosettaCommons/jadolfbr/gui_testing Updates to PyRosetta Toolkit for testing on the test server This set of commits finally allows the PyRosetta Toolkit GUI to be tested with the PyRosetta unit tests on the test server. @lyskov helped immensely on the test server side, as well as commits and guidance for how this could be accomplished. Changes: -PyRosetta Toolkit GUI is now moved to src/python/bindings/app. -All test modules renamed and moved to src/python/bindings/test. -Code updated to reflect runs on test server - ie no PYROSETTA_DATABASE environment variable. -Test modules updated to reflect new input and output directories required for test server runs. -TestBindings.py does not run the GUI tests by default. They are enabled through the test server via the --enable-gui option. Other cool things: -Running SetPyRosettaEnvironment.sh will now set an alias for running the GUI as pyrosetta_toolkit!

...