mirror of
https://github.com/Runnin4ik/dpi-detector.git
synced 2026-09-09 01:26:32 +00:00
7 lines
149 B
INI
7 lines
149 B
INI
[pytest]
|
|
testpaths = tests
|
|
python_files = test_*.py
|
|
python_classes = Test*
|
|
python_functions = test_*
|
|
filterwarnings =
|
|
ignore::DeprecationWarning
|