Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions source/src/python/PyRosetta/src/test/T021_Pose_Methods.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# :noTabs=true:
# (c) Copyright Rosetta Commons Member Institutions.
# (c) This file is part of the Rosetta software suite and is made available under license.
# (c) The Rosetta software is developed by the contributing members of the Rosetta Commons.
# (c) For more information, see http://www.rosettacommons.org.
# (c) Questions about this can be addressed to University of Washington CoMotion, email: license@uw.edu.

__author__ = "Jason C. Klima"

from utils.distributed import run_unittest

if __name__ == "__main__":
run_unittest("pyrosetta.tests.bindings.core.test_pose", timeout=60)
13 changes: 13 additions & 0 deletions source/src/python/PyRosetta/src/test/T022_Pose_Alignment.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# :noTabs=true:
# (c) Copyright Rosetta Commons Member Institutions.
# (c) This file is part of the Rosetta software suite and is made available under license.
# (c) The Rosetta software is developed by the contributing members of the Rosetta Commons.
# (c) For more information, see http://www.rosettacommons.org.
# (c) Questions about this can be addressed to University of Washington CoMotion, email: license@uw.edu.

__author__ = "Jason C. Klima"

from utils.distributed import run_unittest

if __name__ == "__main__":
run_unittest("pyrosetta.tests.numeric.test_alignment", timeout=30)