:py:mod:`expliot.core.tests.testsuite` ====================================== .. py:module:: expliot.core.tests.testsuite .. autoapi-nested-parse:: Test suite handler. Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: expliot.core.tests.testsuite.TestSuite .. py:class:: TestSuite(pkgname='expliot.plugins') Bases: :py:obj:`dict` Test Suite class inherits from dict and stores all the test cases from plugins package name specified in __init__(). .. py:attribute:: testcls .. py:method:: import_plugins(pkgname) Import all tests from the specified package into a dict. :param pkgname: The package to load all test case plugins from :return: