expliot.core.tests.testsuite

Test suite handler.

Module Contents

Classes

TestSuite

Test Suite class inherits from dict and stores all the test cases

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

Bases: dict

Test Suite class inherits from dict and stores all the test cases from plugins package name specified in __init__().

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