diff options
author | Martin Vilcans <martin@librador.com> | 2022-11-07 20:58:14 +0100 |
---|---|---|
committer | Martin Vilcans <martin@librador.com> | 2022-11-07 20:58:14 +0100 |
commit | 7646b9d6188143ac502a2a3d792bc2d90c38c040 (patch) | |
tree | 90ebaa072c5198e5ab9337344a43530b225b661a /bin/test | |
parent | c877a300c54cb5b41569fd2a2ac582097204ff4e (diff) | |
download | screenplain-7646b9d6188143ac502a2a3d792bc2d90c38c040.tar.gz |
Replace nose with pytest
Diffstat (limited to 'bin/test')
-rwxr-xr-x | bin/test | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ #!/bin/bash -e -nosetests --nocapture --with-doctest --doctest-tests +pytest --doctest-modules pycodestyle --ignore=E402,W504 screenplain tests |