isofit.test.conftest ==================== .. py:module:: isofit.test.conftest .. autoapi-nested-parse:: ``pytest`` configuration Functions --------- .. autoapisummary:: isofit.test.conftest.pytest_collection_modifyitems Module Contents --------------- .. py:function:: pytest_collection_modifyitems(items, config) 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.