6 lines
177 B
INI
6 lines
177 B
INI
[pytest]
|
|
# run all tests sequentially, drop to pdb on first failure
|
|
addopts = -n 0 --no-header --pdb --pdbcls=IPython.terminal.debugger:Pdb
|
|
env_files =
|
|
.env
|
|
default.env
|