pytest_experiments.fixtures module

notebook(request)[source]

A notebook for your experiments.

pytest_addoption(parser)[source]

Add our pytest cli options.

pytest_configure(config)[source]

Add the experiment marker.

pytest_runtest_makereport(item, call)[source]

Store test reports on the test object for later inspection.

Modified from: https://docs.pytest.org/en/latest/example/simple.html#making-test-result-information-available-in-fixtures