Basic Tests

Tests for _config, log, and the suite of modules in the test subpackage, tester, etc.

class exa.test.test_base.TestConfig(methodName='runTest')[source]

Tests for _config.

test_type()[source]

Check that the config is a ConfigParser object.

class exa.test.test_base.TestLog(methodName='runTest')[source]

Tests for log.

test_logger()[source]

Check that at least dblog and syslog are present in the loggers.

class exa.test.test_base.TestTester(methodName='runTest')[source]

Tests for tester.

test_type()[source]

Ensure that the tester is an instance of a test case.

test_runners_present()[source]

Test that the runners have been imported.