summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
Diffstat (limited to 'check')
-rwxr-xr-xcheck15
1 files changed, 15 insertions, 0 deletions
diff --git a/check b/check
index 57e3b26..62b415d 100755
--- a/check
+++ b/check
@@ -2,6 +2,16 @@
set -eu
+# Run unit tests.
+python -m CoverageTestRunner --ignore-missing-from without-tests
+rm -f .coverage
+
+
+
+# Run yarn.
+
+# We need to set PYTHONPATH so that yarnstep.py is found in the
+# IMPLEMENTS when yarn runs them.
if env | grep '^PYTHONPATH=' > /dev/null
then
PYTHONPATH="$PYTHONPATH:."
@@ -11,3 +21,8 @@ fi
yarn --env "PYTHONPATH=$PYTHONPATH" \
--shell python2 --shell-arg '' manual.yarn "$@"
+
+
+# Run static Python checking tools.
+
+pep8 genbackupdata genbackupdatalib