aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorMartin Vilcans <martin@librador.com>2022-11-07 20:58:14 +0100
committerMartin Vilcans <martin@librador.com>2022-11-07 20:58:14 +0100
commit7646b9d6188143ac502a2a3d792bc2d90c38c040 (patch)
tree90ebaa072c5198e5ab9337344a43530b225b661a /bin
parentc877a300c54cb5b41569fd2a2ac582097204ff4e (diff)
downloadscreenplain-7646b9d6188143ac502a2a3d792bc2d90c38c040.tar.gz
Replace nose with pytest
Diffstat (limited to 'bin')
-rwxr-xr-xbin/test2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/test b/bin/test
index 5379c1b..677b4a1 100755
--- a/bin/test
+++ b/bin/test
@@ -1,3 +1,3 @@
#!/bin/bash -e
-nosetests --nocapture --with-doctest --doctest-tests
+pytest --doctest-modules
pycodestyle --ignore=E402,W504 screenplain tests