isofit.test.conftest

pytest configuration

Functions

pytest_collection_modifyitems(items, config)

Modify collected tests.

Module Contents

pytest_collection_modifyitems(items, config)[source]

Modify collected tests.

pytest does not offer a mechanism for selecting only tests lacking a marker. Instead, detect tests without a marker, and quietly add an unmarked marker that can be used to select these tests.