summaryrefslogtreecommitdiff
path: root/requirements
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2019-08-06 07:38:54 -0400
committerNed Batchelder <ned@nedbatchelder.com>2019-08-06 07:38:54 -0400
commit784e647e6c4615c3e2d3bf1756642e1c678529c6 (patch)
tree63f8a7303fd3c89aea39d88e2ae8f5aaa393829e /requirements
parent57a637f22b14eb50dfda53093f6674edc7c7f4f6 (diff)
downloadpython-coveragepy-git-784e647e6c4615c3e2d3bf1756642e1c678529c6.tar.gz
Pudb is a useful thing to have available when needed
Diffstat (limited to 'requirements')
-rw-r--r--requirements/pytest.pip3
1 files changed, 3 insertions, 0 deletions
diff --git a/requirements/pytest.pip b/requirements/pytest.pip
index bd3255b1..3c582310 100644
--- a/requirements/pytest.pip
+++ b/requirements/pytest.pip
@@ -14,3 +14,6 @@ hypothesis==4.32.1
# Our testing mixins
unittest-mixins==1.6
#-e/Users/ned/unittest_mixins
+
+# Just so I have a debugger if I want it
+pudb==2019.1