From a7b9dcbe3c30da701c4c47f570f3203c8ed66525 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Wed, 16 Mar 2022 08:27:39 +0300 Subject: Tag and Prioritise more issues --- topics/pudb/pytest-pudb.gmi | 5 +++++ topics/pudb/using-pudb.gmi | 5 +++++ 2 files changed, 10 insertions(+) (limited to 'topics/pudb') 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 diff --git a/topics/pudb/using-pudb.gmi b/topics/pudb/using-pudb.gmi index 877a700..7cac743 100644 --- a/topics/pudb/using-pudb.gmi +++ b/topics/pudb/using-pudb.gmi @@ -19,3 +19,8 @@ The standard pdb docs should work for pudb with one small exception. > exception: run is called runstatement.) => https://docs.python.org/3/library/pdb.html?highlight=pdb#module-pdb + +## Tags + +* type: documentation +* keywords: pudb -- cgit v1.2.3