Skip to content

conftest

Functions

Name
def pytest_configure(config config)
def pytest_collection_modifyitems(items items)

Functions Documentation

function pytest_configure

def pytest_configure(
    config config
)
Document pytest.mark.TEST_ID to avoid pytest warning.```


### function pytest_collection_modifyitems

```python
def pytest_collection_modifyitems(
    items items
)

Updated on 2023-09-17 at 15:43:17 +0000