Use ipdb with pytest --pdb

This commit is contained in:
Yohan Boniface 2023-02-27 11:01:01 +01:00
parent 3aa34d124e
commit 122e9de3a3

View file

@ -1,2 +1,3 @@
[pytest]
DJANGO_SETTINGS_MODULE=umap.tests.settings
addopts = "--pdbcls=IPython.terminal.debugger:Pdb"