summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcheck4
-rw-r--r--without-tests5
2 files changed, 9 insertions, 0 deletions
diff --git a/check b/check
index 7dc3f17..9559658 100755
--- a/check
+++ b/check
@@ -15,4 +15,8 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
+set -eu
+
+python3 -m CoverageTestRunner --ignore-missing-from=without-tests
+
yarn apifw.yarn "$@"
diff --git a/without-tests b/without-tests
new file mode 100644
index 0000000..ba7dc90
--- /dev/null
+++ b/without-tests
@@ -0,0 +1,5 @@
+apitest.py
+apifw/__init__.py
+apifw/http.py
+apifw/bottleapp.py
+apifw/apixface.py