mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2025-09-22 04:50:46 +02:00
6 lines
204 B
INI
6 lines
204 B
INI
![]() |
[pytest]
|
||
|
minversion = 7.0
|
||
|
# Disable built-in debugging plugin to avoid importing stdlib 'code' module,
|
||
|
# which conflicts with our package named 'code/'.
|
||
|
addopts = -q -p no:debugging
|
||
|
testpaths = code/tests
|