mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2025-09-21 20:40:47 +02:00
6 lines
No EOL
204 B
INI
6 lines
No EOL
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 |