pyzenkit.tests.test_baseapp module

Unit test module for testing the pyzenkit.baseapp module.

class pyzenkit.tests.test_baseapp.TestPyzenkitBaseApp(methodName='runTest')[source]

Bases: TestCase

Unit test class for testing the pyzenkit.baseapp.BaseApp class.

disabledsetUp()[source]
disabledtearDown()[source]
disabledtest_01_utils()[source]

Perform tests of generic application utils.

disabledtest_02_argument_parsing()[source]

Perform tests of argument parsing.

disabledtest_03_plugin()[source]

Perform tests of plugin mode.