| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
unittest.case.TestCase --+
|
testresources.ResourcedTestCase --+
|
VerboseTest --+
|
SimpleSampleComparisonTest
A base class for tests that simply run a function and compare for equality.
The function to be called is in the functionToRun attribute (wrap it in a staticmethod).
The samples are pairs of (input, output). Output may be an exception (or just the serialised form of the exception).
| Nested Classes | |
|
__metaclass__ A metaclass that builds tests out of a samples attribute of a class. |
|
|
Inherited from |
|
| Instance Methods | |
|
Inherited from Inherited from Inherited from Inherited from |
| Class Methods | |
|
Inherited from |
| Class Variables | |
|
Inherited from Inherited from |
| Properties | |
|
Inherited from |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu May 2 07:29:09 2019 | http://epydoc.sourceforge.net |