.. _f-utilstestshelper: module ``pycode.utils_tests_helper`` ==================================== .. inheritance-diagram:: pyquickhelper.pycode.utils_tests_helper Short summary +++++++++++++ module ``pyquickhelper.pycode.utils_tests_helper`` This extension contains various functionalities to help unittesting. :githublink:`%|py|5` Classes +++++++ +--------------------------------------------------------------------------------+-------------------------+ | class | truncated documentation | +================================================================================+=========================+ | :class:`PEP8Exception ` | Code or style issues. | +--------------------------------------------------------------------------------+-------------------------+ Functions +++++++++ +-------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------+ | function | truncated documentation | +===================================================================================================================+==========================================================================================================================+ | :func:`_extended_refactoring ` | Private function which does extra checkings when refactoring :epkg:`pyquickhelper`. | +-------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------+ | :func:`_get_PyLinterRunV ` | | +-------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------+ | :func:`add_missing_development_version ` | Looks for development version of a given module and add paths to ``sys.path`` after having checked they are working. ... | +-------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------+ | :func:`check_pep8 ` | Checks if :epkg:`PEP8`, the function calls command :epkg:`pycodestyle` on a specific folder. | +-------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------+ | :func:`get_temp_folder ` | Creates and returns a local temporary folder to store files when unit testing. | +-------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: pyquickhelper.pycode.utils_tests_helper :members: :special-members: __init__ :show-inheritance: