pyirk.utils
Module Contents
Classes
Class to provide common functions for all our TestCase subclasses. |
API
- class pyirk.utils.GeneralHousekeeperMixin
Class to provide common functions for all our TestCase subclasses.
It is expected that this class is subclassed in the tests (with updated class variables)
- UNLOAD_MODS
True
- TEST_BASE_URI
‘irk:/local/unittest’
- PRINT_TEST_METHODNAMES
True
- setUp()
- tearDown() None
- unload_all_mods()
- register_this_module()
- print_methodnames()
- had_error()