.. _f-notebooktesthelper: module ``automation.notebook_test_helper`` ========================================== Short summary +++++++++++++ module ``ensae_projects.automation.notebook_test_helper`` Some automation helpers to test notebooks and check they are still working fine. :githublink:`%|py|6` Functions +++++++++ +----------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------+ | function | truncated documentation | +==========================================================================================================+===============================================================================================================+ | :func:`clean_function_notebook ` | Cleans cells when unittesting notebooks. | +----------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------+ | :func:`execute_notebooks ` | Executes a list of notebooks. | +----------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------+ | :func:`get_additional_paths ` | Returns a list of paths to add before running the notebooks, paths to :epkg:`pyquickhelper`, :epkg:`pyensae`. | +----------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------+ | :func:`ls_notebooks ` | Lists the notebooks in a particular subfolder. | +----------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: ensae_projects.automation.notebook_test_helper :members: :special-members: __init__ :show-inheritance: