summaryrefslogtreecommitdiff
path: root/topics/pudb/pytest-pudb.gmi
diff options
context:
space:
mode:
authorPjotr Prins2023-12-03 09:43:06 -0600
committerPjotr Prins2023-12-03 09:43:06 -0600
commitaa3d310aa257f0ef0a8636272883c3c4e6855a1c (patch)
tree9ac85bf43abd92f897dc801e7515daaff5232120 /topics/pudb/pytest-pudb.gmi
parentf63f9df201c3ae57ad8b52cf5127995c82944be7 (diff)
downloadgn-gemtext-aa3d310aa257f0ef0a8636272883c3c4e6855a1c.tar.gz
Moving files
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