:py:mod:`km3test.testing` ========================= .. py:module:: km3test.testing .. autoapi-nested-parse:: Basic classes for test execution .. !! processed by numpydoc !! Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: km3test.testing.TestCriteria km3test.testing.KM3Test .. py:class:: TestCriteria(testfunctionname='Undefined', configvalues=None) Class to hold criteria for a test to evaluate test value against .. !! processed by numpydoc !! .. py:method:: check(self, value, valuetype='Undefined') .. !! processed by numpydoc !! .. py:class:: KM3Test Class to perform single test Parameters: - uuid: uuid, automatic identifier - status: str, status toggle for outcome of test: undefined, open, passed, invalid, failed - result: dict, holds outcome of the test .. !! processed by numpydoc !! .. py:method:: set_config(self, configdict) .. !! processed by numpydoc !! .. py:method:: get_status(self) .. !! processed by numpydoc !! .. py:method:: get_result(self) .. !! processed by numpydoc !! .. py:method:: perform_test(self) .. !! processed by numpydoc !!