add coverage requirement and run test shell script
This commit is contained in:
4
tools/runtest.sh
Normal file
4
tools/runtest.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
coverage run --source='.' manage.py test
|
||||
nose html
|
||||
open htmlcov/index.html
|
||||
Reference in New Issue
Block a user