OnlineJudge/tools/runtest.sh
2015-08-04 18:38:00 +08:00

5 lines
95 B
Bash

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