Eos/test.sh

4 lines
113 B
Bash
Raw Permalink Normal View History

2017-09-22 16:57:40 +10:00
#!/bin/bash
2017-09-26 21:09:56 +10:00
coverage run --source=eos --omit='*/js.py','eos/js_tests.py' -m eos.tests $* || exit 1
2017-09-24 15:19:07 +10:00
coverage html