pycram.testing#
Classes#
Base class for unit tests that require and ordinary setup and teardown of the empty bullet-world. |
|
Class for unit tests that require a bullet-world with a PR2, kitchen, milk and cereal. |
|
Class for unit tests that require a bullet-world with a PR2, kitchen, milk and cereal. |
Module Contents#
- class pycram.testing.EmptyBulletWorldTestCase(methodName='runTest')#
Bases:
unittest.TestCaseBase class for unit tests that require and ordinary setup and teardown of the empty bullet-world.
- extension: str#
- render_mode#
- classmethod setUpClass()#
Hook method for setting up class fixture before running tests in the class.
- setUp()#
Hook method for setting up the test fixture before exercising it.
- tearDown()#
Hook method for deconstructing the test fixture after testing it.
- classmethod tearDownClass()#
Hook method for deconstructing the class fixture after running all tests in the class.
- class pycram.testing.BulletWorldTestCase(methodName='runTest')#
Bases:
EmptyBulletWorldTestCaseClass for unit tests that require a bullet-world with a PR2, kitchen, milk and cereal.
- extension: str#
- classmethod setUpClass()#
Hook method for setting up class fixture before running tests in the class.
- class pycram.testing.BulletWorldGUITestCase(methodName='runTest')#
Bases:
BulletWorldTestCaseClass for unit tests that require a bullet-world with a PR2, kitchen, milk and cereal.
- render_mode#