OnlineJudge/tools/runtest.cmd

13 lines
174 B
Batchfile
Raw Normal View History

@echo off
coverage run --source='.' manage.py test
coverage html
cd htmlcov
index.html
cls
cd..
coverage run --source='.' manage.py test
coverage html
cd htmlcov
index.html