Classes
BaselineTestDriver(test)
BaselineTestDriver
Generic driver for performing baseline tests in bulk
TestCase([methodName])
TestCase
A Pyomo-specific class whose instances are single test cases.
Functions
assertStructuredAlmostEqual(first, second[, ...])
assertStructuredAlmostEqual
Test that first and second are equal up to a tolerance
timeout(seconds[, require_fork, timeout_raises])
timeout
Function decorator to timeout the decorated function.