From eaf403644a89dae9a725f78f66e0e8b185b1f035 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 19 Aug 2017 20:54:54 +0300 Subject: Add: check script to replace "make check" --- check | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 check diff --git a/check b/check new file mode 100755 index 0000000..59a9d44 --- /dev/null +++ b/check @@ -0,0 +1,8 @@ +#!/bin/sh + +set -eu + +python -m CoverageTestRunner --ignore-missing-from=without-tests +rm -f .coverage +pep8 cliapp +PYTHONPATH=. pylint --rcfile=pylint.conf cliapp *.py test-plugins/*.py -- cgit v1.2.1