diff options
author | jgart | 2021-12-21 03:15:11 -0500 |
---|---|---|
committer | jgart | 2021-12-21 03:15:11 -0500 |
commit | 125a4fb150e1209dc89ed1ea4f4026965da7524f (patch) | |
tree | 35c89f49b5bc42184ea49b519b7b002779701fb0 /topics | |
parent | 9a9f8ac1f6789b0bd3305dd91e30f5b4a9736140 (diff) | |
download | gn-gemtext-125a4fb150e1209dc89ed1ea4f4026965da7524f.tar.gz |
add topic on using pudb with pytest
Diffstat (limited to 'topics')
-rw-r--r-- | topics/pudb/pytest-pudb.gmi | 7 |
1 files changed, 7 insertions, 0 deletions
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 |