From 122e9de3a33840e52bbc365bccfaa001f576a76a Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Mon, 27 Feb 2023 11:01:01 +0100 Subject: [PATCH] Use ipdb with pytest --pdb --- pytest.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/pytest.ini b/pytest.ini index 733af6f1..b4c5f0e5 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,2 +1,3 @@ [pytest] DJANGO_SETTINGS_MODULE=umap.tests.settings +addopts = "--pdbcls=IPython.terminal.debugger:Pdb"