From f2dd09649e31540996fa4e9497693d1b27bc88fe Mon Sep 17 00:00:00 2001 From: Thanos Makatos Date: Tue, 30 Nov 2021 14:40:18 +0000 Subject: introduce device quiesce callback (#609) Signed-off-by: Thanos Makatos Reviewed-by: John Leon --- docs/testing.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs') 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. + -- cgit v1.1