tests.config_test module

Test for configuration classes.

class tests.config_test.ConfigTestCase(methodName='runTest')

Bases: unittest.case.TestCase

Exercise methods of output configuration classes.

testException()

Test exceptions.

testStrConfigObject()

Miscellaneous tests for string configuration.

class tests.config_test.InputTestCase(methodName='runTest')

Bases: unittest.case.TestCase

Exercise methods of input configuration classes.

testInputConfigObject()

Miscellaneous tests for input configuration.

class tests.config_test.SizeTestCase(methodName='runTest')

Bases: unittest.case.TestCase

Test Size configuration.

setUp()
tearDown()
testSettingDisplayConfig()

Test that new str config is the correct one.

testSettingInputConfig()

That that new input config is the correct one.

testSettingStrConfig()

Test that new str config is the correct one.

Previous topic

tests.size.size_test module

Next topic

tests.constants_test module

This Page