expliot.core.tests.testsuite

Module Contents

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

Bases: dict

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

testcls
import_plugins(self, pkgname)

Imports all tests from the specified Package into a dict :param pkgname: The package to load all test case plugins from :return: void