Files
ImageUtils/.CondaPkg/env/lib/python3.11/site-packages/pywt/conftest.py
2023-03-18 20:03:34 +07:00

7 lines
143 B
Python

import pytest
def pytest_configure(config):
config.addinivalue_line("markers",
"slow: Tests that are slow.")