unittest

Classes

BaselineTestDriver(test)

Generic driver for performing baseline tests in bulk

TestCase([methodName])

A Pyomo-specific class whose instances are single test cases.

Functions

assertStructuredAlmostEqual(first, second[, ...])

Test that first and second are equal up to a tolerance

timeout(seconds[, require_fork, timeout_raises])

Function decorator to timeout the decorated function.