diff options
Diffstat (limited to 'ci/pytests/run.sh')
-rwxr-xr-x | ci/pytests/run.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ci/pytests/run.sh b/ci/pytests/run.sh new file mode 100755 index 0000000..e1b55af --- /dev/null +++ b/ci/pytests/run.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +python3 -m pytest --html pytests.html --self-contained-html -dn 24 tests/pytests |