aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/testing.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/testing.md b/docs/testing.md
index 6da018e..71a80b6 100644
--- a/docs/testing.md
+++ b/docs/testing.md
@@ -15,3 +15,10 @@ The master branch is run through [Coverity](scan.coverity.com) when a new PR
lands.
You can also run `make gcov` to get code coverage reports.
+
+Debugging Test Errors
+---------------------
+
+Sometimes debugging Valgrind errors on Python unit tests can be tricky. To
+run specific tests use the pytest `-k` option in `PYTESTCMD` in the Makefile.
+