tools.sim.tests package

Submodules

tools.sim.tests.test_metadrive_bridge module

class tools.sim.tests.test_metadrive_bridge.TestMetaDriveBridge(methodName='runTest')[source]

Bases: TestSimBridgeBase

create_bridge()[source]
pytestmark = [Mark(name='slow', args=(), kwargs={})]

tools.sim.tests.test_sim_bridge module

class tools.sim.tests.test_sim_bridge.TestSimBridgeBase(methodName='runTest')[source]

Bases: TestCase

setUp()[source]

Hook method for setting up the test fixture before exercising it.

classmethod setUpClass()[source]

Hook method for setting up class fixture before running tests in the class.

tearDown()[source]

Hook method for deconstructing the test fixture after testing it.

test_engage()[source]

Module contents