Previous topic

testDocTests

Next topic

test_datatypes

This Page

test_circuits

class pyogp.lib.base.message.tests.test_circuits.TestCircuitManager(methodName='runTest')

Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.

setUp()
tearDown()
test_()
class pyogp.lib.base.message.tests.test_circuits.TestHost(methodName='runTest')

Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.

setUp()
tearDown()
test()
test_fail()
class pyogp.lib.base.message.tests.test_circuits.TestCircuit(methodName='runTest')

Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.

setUp()
tearDown()
test()
test_add_reliable()