numpydantic/tests/conftest.py

12 lines
217 B
Python
Raw Normal View History

2024-04-09 01:36:47 +00:00
import pytest
from tests.fixtures import *
2024-04-09 01:36:47 +00:00
def pytest_addoption(parser):
parser.addoption(
"--with-output",
action="store_true",
help="Keep test outputs in the __tmp__ directory",
)