Skip to content
This repository has been archived by the owner on Dec 23, 2018. It is now read-only.

Commit

Permalink
Replaced runtests with Makefile (including coverage)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephrdev committed Mar 9, 2013
1 parent a4b4c87 commit 88fe752
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 25 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
test:
flake8 userprofiles --ignore=E501,E128
coverage run --branch --source=userprofiles `which django-admin.py` test --settings=test_project.settings userprofiles
coverage report --show-missing --omit=userprofiles/test*
2 changes: 0 additions & 2 deletions userprofiles/tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +0,0 @@
from userprofiles.tests.views import *
from userprofiles.tests.forms import *
23 changes: 0 additions & 23 deletions userprofiles/tests/runtests.py

This file was deleted.

0 comments on commit 88fe752

Please sign in to comment.