summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-04-16 10:20:36 +0300
committerLars Wirzenius <liw@liw.fi>2017-04-16 10:20:36 +0300
commite68f237576d3b3ee119a5b4ee29f68d892d1dbaf (patch)
treee8f2e072f37ae06a6dff67665c523a93a6a7af96
parent9f8ed7a832c8ed4797d84ef5dc06a152ea815f65 (diff)
downloaddistixapi-e68f237576d3b3ee119a5b4ee29f68d892d1dbaf.tar.gz
Run unit tests in check
-rwxr-xr-xcheck2
-rw-r--r--without-tests2
2 files changed, 4 insertions, 0 deletions
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