TestList¶
Source of unit tests for a PonyTest object. See package doc string for further information and example use.
Public Functions¶
tests¶
Add all the tests in this suite to the given test object. Typically the implementation of this function will be of the form:
Parameters¶
- test: PonyTest tag
Returns¶
- None val