🔧 Add scripts

This commit is contained in:
Sebastián Ramírez
2021-08-24 16:03:19 +02:00
parent b36c4add7e
commit d7f5b577bc
7 changed files with 47 additions and 0 deletions

8
scripts/test.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/usr/bin/env bash
set -e
set -x
coverage run -m pytest tests
coverage combine
coverage report --show-missing