OnlineJudge/tools/runtest.sh

5 lines
99 B
Bash
Raw Normal View History

#!/usr/bin/env bash
coverage run --source='.' manage.py test
coverage html
open htmlcov/index.html