_pytest.stepwise module

pytest_addoption(parser)[source]
pytest_configure(config)[source]
pytest_sessionfinish(session)[source]

Clear the list of failing tests if the plugin is not active.

This might not be sensible, but has been like that, so keep it.

class StepwisePlugin(config)[source]

Bases: object

pytest_sessionstart(session)[source]
pytest_collection_modifyitems(session, config, items)[source]
pytest_runtest_logreport(report)[source]
pytest_report_collectionfinish()[source]
pytest_sessionfinish(session)[source]