| |
- Method resolution order:
- Test
- unittest.TestCase
- builtins.object
Methods defined here:
- test_history(self)
Methods inherited from unittest.TestCase:
- __call__(self, *args, **kwds)
- __eq__(self, other)
- __hash__(self)
- __init__(self, methodName='runTest')
- Create an instance of the class that will use the named test
method when executed. Raises a ValueError if the instance does
not have a method with the specified name.
- __ne__(self, other)
- __repr__(self)
- __str__(self)
- addCleanup(self, function, *args, **kwargs)
- Add a function, with arguments, to be called when the test is
completed. Functions added are called on a LIFO basis and are
called after tearDown on test fa
|