FiberGate / pytest.ini
AzizMiladi's picture
refactor: replace importlib hacks with normal package imports
5647d1a
Raw
History Blame
244 Bytes
[pytest]
testpaths = tests
pythonpath = src
python_files = test_*.py
python_classes = Test*
python_functions = test_*
addopts =
-ra
--strict-markers
--tb=short
filterwarnings =
ignore::UserWarning
ignore::DeprecationWarning