expliot.core.tests.testsuite

Test suite handler.

Classes

TestSuite

Test Suite class inherits from dict.

Module Contents

class expliot.core.tests.testsuite.TestSuite(pkgname='expliot.plugins')

Bases: dict

Test Suite class inherits from dict.

All the test cases from the plugins package name specified in __init__() are stored.

testcls
import_plugins(pkgname)

Import all tests from the specified package into a dict.

Parameters:

pkgname – The package to load all test case plugins from

Returns: