Home
Download
Documentation
Weblog
Community
Code
Code
Search:
Login
Settings
Wiki
Timeline
Browse Source
Reports
View Tickets
New Ticket
Search
RunningDjangoTests
: Makefile
File Makefile, 114 bytes (added by Bastian Kleineidam <calvin@debian.org>, 2 months ago)
Unix Makefile to run unittests
Line
1
# run unit tests
2
test
:
3
DJANGO_SETTINGS_MODULE=settings_unittest PYTHONPATH=.:tests python tests/runtests.py -v1
Download in other formats:
Original Format