numpydantic/tests/conftest.py

11 lines
217 B
Python

import pytest
from tests.fixtures import *
def pytest_addoption(parser):
parser.addoption(
"--with-output",
action="store_true",
help="Keep test outputs in the __tmp__ directory",
)