diff --git a/test/Makefile b/test/Makefile index 0f2ffc0..6dbd93d 100644 --- a/test/Makefile +++ b/test/Makefile @@ -3,4 +3,4 @@ test: @rm -rf data/ || true @mkdir -p data - @PYTHONPATH=`pwd`/../src/ pytest -v -s + @PYTHONPATH=`pwd`/../src/ pytest -Werror -v -s