.. _f-pytesthelper: module ``pycode.pytest_helper`` =============================== .. inheritance-diagram:: pyquickhelper.pycode.pytest_helper Short summary +++++++++++++ module ``pyquickhelper.pycode.pytest_helper`` :epkg:`pytest` is sometimes slow. This file provides helpers to easily run test function. :githublink:`%|py|6` Classes +++++++ +-------------------------------------------------------------------------------------+--------------------------------------------+ | class | truncated documentation | +=====================================================================================+============================================+ | :class:`TestExecutionError ` | Raised when the execution of a test fails. | +-------------------------------------------------------------------------------------+--------------------------------------------+ Functions +++++++++ +----------------------------------------------------------------------------------+------------------------------------+ | function | truncated documentation | +==================================================================================+====================================+ | :func:`run_test_function ` | Runs test functions from *module*. | +----------------------------------------------------------------------------------+------------------------------------+ Methods +++++++ +--------------------------------------------------------------------------------------+-------------------------+ | method | truncated documentation | +======================================================================================+=========================+ | :py:meth:`__init__ ` | | +--------------------------------------------------------------------------------------+-------------------------+ Documentation +++++++++++++ .. automodule:: pyquickhelper.pycode.pytest_helper :members: :special-members: __init__ :show-inheritance: