aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Vilcans <martin@librador.com>2023-11-09 12:44:31 +0100
committerMartin Vilcans <martin@librador.com>2023-11-09 12:44:31 +0100
commitda72051bd47155286893ca2dc5caf07d20b533d4 (patch)
tree7fe5a427d1674ae501da0e5d15f6887ac6b4ff1e
parent8bfc604ffb771cfbee131595bbf0fe7dad504caf (diff)
downloadscreenplain-da72051bd47155286893ca2dc5caf07d20b533d4.tar.gz
Fail tests on warnings
-rwxr-xr-xbin/test2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/test b/bin/test
index 677b4a1..2355e7b 100755
--- a/bin/test
+++ b/bin/test
@@ -1,3 +1,3 @@
#!/bin/bash -e
-pytest --doctest-modules
+pytest --doctest-modules -W error
pycodestyle --ignore=E402,W504 screenplain tests