:mod:`expliot.core.tests.testsuite` =================================== .. py:module:: expliot.core.tests.testsuite Module Contents --------------- .. py:class:: TestSuite(pkgname='expliot.plugins') Bases: :class:`dict` TestSuite class inherits from dict and stores all the test cases from plugins package name specified in __init__() .. attribute:: testcls .. method:: 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