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.

testValueConfigObject()

Miscellaneous tests for string configuration.

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

Bases: unittest.case.TestCase

Test Range configuration.

setUp()
tearDown()
testSettingDisplayConfig()

Test that new str config is the correct one.

testSettingValueConfig()

Test that new str config is the correct one.

Previous topic

tests.size.size_test module

Next topic

tests.constants_test module

This Page