0
mirror of https://github.com/bbenchoff/OrthoRoute.git synced 2026-08-20 05:47:19 +00:00
Files
OrthoRoute/pytest.ini
2026-04-05 21:42:06 +02:00

9 lines
198 B
INI

[pytest]
testpaths = tests
python_files = test_*.py
python_classes = Test*
python_functions = test_*
addopts = -v --tb=short
markers =
requires_kicad: requires KiCad Python API (pcbnew / kiapi)