From 125a4fb150e1209dc89ed1ea4f4026965da7524f Mon Sep 17 00:00:00 2001 From: jgart Date: Tue, 21 Dec 2021 03:15:11 -0500 Subject: add topic on using pudb with pytest --- topics/pudb/pytest-pudb.gmi | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 topics/pudb/pytest-pudb.gmi (limited to 'topics/pudb/pytest-pudb.gmi') diff --git a/topics/pudb/pytest-pudb.gmi b/topics/pudb/pytest-pudb.gmi new file mode 100644 index 0000000..5a979c0 --- /dev/null +++ b/topics/pudb/pytest-pudb.gmi @@ -0,0 +1,7 @@ +# Using pudb with pytest + +``` +pytest --pdbcls pudb.debugger:Debugger --pdb --capture=no +``` + +=> https://documen.tician.de/pudb/starting.html?highlight=pytest#usage-with-pytest -- cgit v1.2.3