:mod:`memote.suite.cli.reports` =============================== .. py:module:: memote.suite.cli.reports .. autoapi-nested-parse:: Provide commands for generating report files. .. !! processed by numpydoc !! Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: memote.suite.cli.reports.report memote.suite.cli.reports.snapshot memote.suite.cli.reports.history memote.suite.cli.reports._test_diff memote.suite.cli.reports.diff .. data:: LOGGER .. function:: report() Generate one of three different types of reports. .. !! processed by numpydoc !! .. function:: snapshot(model, filename, pytest_args, exclusive, skip, solver, solver_timeout, experimental, custom_tests, custom_config) Take a snapshot of a model's state and generate a report. MODEL: Path to model file. Can also be supplied via the environment variable MEMOTE_MODEL or configured in 'setup.cfg' or 'memote.ini'. .. !! processed by numpydoc !! .. function:: history(location, model, filename, deployment, custom_config) Generate a report over a model's git commit history. .. !! processed by numpydoc !! .. function:: _test_diff(model_and_model_ver_tuple, pytest_args, skip, exclusive, experimental, solver_timeout) .. function:: diff(models, filename, pytest_args, exclusive, skip, solver, solver_timeout, experimental, custom_tests, custom_config) Take a snapshot of all the supplied models and generate a diff report. MODELS: List of paths to two or more model files. .. !! processed by numpydoc !!