summaryrefslogtreecommitdiff
path: root/topics/pudb/pytest-pudb.gmi
diff options
context:
space:
mode:
Diffstat (limited to 'topics/pudb/pytest-pudb.gmi')
-rw-r--r--topics/pudb/pytest-pudb.gmi12
1 files changed, 0 insertions, 12 deletions
diff --git a/topics/pudb/pytest-pudb.gmi b/topics/pudb/pytest-pudb.gmi
deleted file mode 100644
index 4a9b685..0000000
--- a/topics/pudb/pytest-pudb.gmi
+++ /dev/null
@@ -1,12 +0,0 @@
-# Using pudb with pytest
-
-```
-pytest --pdbcls pudb.debugger:Debugger --pdb --capture=no
-```
-
-=> https://documen.tician.de/pudb/starting.html?highlight=pytest#usage-with-pytest
-
-## Tags
-
-* type: documentation
-* keywords: pudb, pytest