uo.tests.unit package

Subpackages

Submodules

uo.tests.unit.test_dummy module

class uo.tests.unit.test_dummy.TestDummy(methodName='runTest')

Bases: TestCase

setUp()

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

classmethod setUpClass()

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

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.

test_dummy_obj_dimension_should_be_42()
test_dummy_obj_dimension_should_be_dummy_val()
test_dummy_obj_name_should_be_some_problem()

Module contents