Getting Started
Docker
Information
Developers
API
pytest configuration
pytest
pytest_collection_modifyitems(items, config)
pytest_collection_modifyitems
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.
unmarked