Skip to content

Commit

Permalink
test: turn warning as errors
Browse files Browse the repository at this point in the history
Pass -Werror to pytest so that warnings become errors.
  • Loading branch information
msune committed Jun 12, 2024
1 parent 82988c3 commit 724d3ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 724d3ea

Please sign in to comment.