aboutsummaryrefslogtreecommitdiffstats
path: root/requirements_dev.txt
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-06-21 22:55:39 +0100
committerMatthew Lemon <matt@matthewlemon.com>2022-06-21 22:55:39 +0100
commit6c3a96003e413b6a78f312b556727412a7adce3e (patch)
tree5a60f892e06f8fd345616d4bde73b166e6bdc018 /requirements_dev.txt
parent3605bb975f606bed1c009100d04a4048dfa28305 (diff)
housekeeping - adding some pytest config and other stuff
Diffstat (limited to '')
-rw-r--r--requirements_dev.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements_dev.txt b/requirements_dev.txt
index 9057a58..6e4c3dd 100644
--- a/requirements_dev.txt
+++ b/requirements_dev.txt
@@ -1,4 +1,5 @@
pytest
+pdbpp
pytest-cov==2.7.1
coverage==5.1
nox==2019.11.9