From e68f237576d3b3ee119a5b4ee29f68d892d1dbaf Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 16 Apr 2017 10:20:36 +0300 Subject: Run unit tests in check --- check | 2 ++ without-tests | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 without-tests diff --git a/check b/check index f4c6167..ea5fe63 100755 --- a/check +++ b/check @@ -2,6 +2,8 @@ set -eu +python -m CoverageTestRunner distixapi --ignore-missing-from=without-tests + yarn yarns/*.yarn \ --shell python2 \ --shell-arg '' \ diff --git a/without-tests b/without-tests new file mode 100644 index 0000000..79608c9 --- /dev/null +++ b/without-tests @@ -0,0 +1,2 @@ +distixapi/__init__.py +distixapi/version.py -- cgit v1.2.1