tests.errors_test module

Test for error classes.

class tests.errors_test.ErrorTestCase(methodName='runTest')

Bases: unittest.case.TestCase

Exercise methods of error classes.

testRangeFractionalResultError()

Miscellaneous tests for the method.

testRangeNonsensicalBinOpError()

Miscellaneous tests for the method.

testRangeNonsensicalBinOpValueError()

Miscellaneous tests for the method.

testRangePowerResultError()

Miscellaneous tests for the method.

testRangeValueError()

Miscellaneous tests for the method.

Previous topic

tests.constants_test module

Next topic

tests.util_test module

This Page