Use ipdb with pytest --pdb
This commit is contained in:
parent
3aa34d124e
commit
122e9de3a3
1 changed files with 1 additions and 0 deletions
|
@ -1,2 +1,3 @@
|
||||||
[pytest]
|
[pytest]
|
||||||
DJANGO_SETTINGS_MODULE=umap.tests.settings
|
DJANGO_SETTINGS_MODULE=umap.tests.settings
|
||||||
|
addopts = "--pdbcls=IPython.terminal.debugger:Pdb"
|
||||||
|
|
Loading…
Reference in a new issue