summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-10-27 12:58:00 +0300
committerLars Wirzenius <liw@liw.fi>2018-10-28 10:10:47 +0200
commit8f5c7b0fc2b273e55b2116ddece21ac2c19fa863 (patch)
tree7f12c091b7ec63b2953695cee3f9be3685d4373d /check
parentcc2d1b21e67643e237d968793d31b7b9437a1640 (diff)
downloadmuck-poc-8f5c7b0fc2b273e55b2116ddece21ac2c19fa863.tar.gz
Add: HTTP API, with scenario tests
Diffstat (limited to 'check')
-rwxr-xr-xcheck4
1 files changed, 4 insertions, 0 deletions
diff --git a/check b/check
index 6f31bc0..18bae3e 100755
--- a/check
+++ b/check
@@ -45,5 +45,9 @@ then
pylint3 --rcfile pylint.conf $modules
fi
+title Yarn scenario tests
+yarn --shell python2 --shell-arg '' --shell-library=yarns/lib.py --cd-datadir \
+ yarns/*.yarn "$@"
+
title OK
echo "All tests pass"