summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/check_source.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/check_source.sh b/tools/check_source.sh
index a401418..de8c790 100755
--- a/tools/check_source.sh
+++ b/tools/check_source.sh
@@ -12,3 +12,4 @@ root="$(dirname "$tools")"
black "$root"
mypy --strict "$root"
flake8 "$root"
+pytest "$root"