tests.util_test module

Test for utility functions.

class tests.util_test.NextTestCase(methodName='runTest')

Bases: unittest.case.TestCase

Test next_or_last.

testResultsFalse()

Test results when the predicate is always False.

testResultsTrue()

Test results when the predicate is always True.

class tests.util_test.TakeTestCase(methodName='runTest')

Bases: unittest.case.TestCase

Test take_until_satisfied.

testResultsFalse()

Test results when none are sastifactory.

testResultsTrue()

Test results when all are satisfactory.

Previous topic

tests.errors_test module

Next topic

tests.utils module

This Page