You've already forked OrthoRoute
mirror of
https://github.com/bbenchoff/OrthoRoute.git
synced 2026-08-20 05:47:19 +00:00
9 lines
198 B
INI
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)
|