diff options
Diffstat (limited to 'topics/pudb/pytest-pudb.gmi')
-rw-r--r-- | topics/pudb/pytest-pudb.gmi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/topics/pudb/pytest-pudb.gmi b/topics/pudb/pytest-pudb.gmi index 5a979c0..4a9b685 100644 --- a/topics/pudb/pytest-pudb.gmi +++ b/topics/pudb/pytest-pudb.gmi @@ -5,3 +5,8 @@ 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 |