Skip to content
Snippets Groups Projects
Commit 9d4113be authored by Chris Lamb's avatar Chris Lamb :eyes:
Browse files

Show local variables in pytest tracebacks.


Signed-off-by: Chris Lamb's avatarChris Lamb <lamby@debian.org>
parent 83e939e0
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ endif
export PATH := $(CURDIR)/bin:$(PATH)
export PYBUILD_DESTDIR = debian/diffoscope
export PYBUILD_TEST_ARGS = -vv -r sxX --cov=diffoscope --cov-report=term-missing --cov-report=html
export PYBUILD_TEST_ARGS = -vv -r sxX -l --cov=diffoscope --cov-report=term-missing --cov-report=html
export PYBUILD_AFTER_TEST = debian/tests/basic-command-line
export PYBUILD_AFTER_INSTALL = rm -rvf '{destdir}/{install_dir}/htmlcov' '{destdir}/{install_dir}/.coverage'
......
......@@ -10,4 +10,6 @@ fi
export LIBGUESTFS_MEMSIZE=128
cp -r tests $ADTTMP
(cd $ADTTMP; py.test-3 -vv -r a)
(cd $ADTTMP; py.test-3 -vv -l -r a)
-vv -r sxX
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment