summaryrefslogtreecommitdiff
path: root/check.sh
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa@gmail.com>2025-09-26 02:27:33 -0400
committerJohn Turner <jturner.usa@gmail.com>2025-09-26 02:27:33 -0400
commitda7582577067312846ce3bca3d73f5bfbddbab8a (patch)
tree94aba550e0c0c468bdb0fc0eaa8e707ac489db40 /check.sh
parent06ea9477b95caed298bc8cadac94fa98fc97e8d2 (diff)
downloadpypaste-da7582577067312846ce3bca3d73f5bfbddbab8a.tar.gz
add tests to check.sh sources list
Diffstat (limited to 'check.sh')
-rwxr-xr-xcheck.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/check.sh b/check.sh
index e667d31..3b02b6d 100755
--- a/check.sh
+++ b/check.sh
@@ -2,7 +2,7 @@
mypy -p pypaste || exit $?
-sources=($(find pypaste -type f))
+sources=($(find pypaste tests -type f -name '*.py'))
flake8 ${sources[@]} || exit $?