the_snake/pytest.ini
Kirill Samoylenkov 9d4e40985a
Initial commit
2025-10-29 03:46:30 +00:00

7 lines
168 B
INI

[pytest]
norecursedirs = env/*
filterwarnings =
ignore::DeprecationWarning
addopts = --tb=short -vv -p no:cacheprovider
testpaths = tests/
python_files = test_*.py