Created
December 31, 2010 15:14
-
-
Save j4mie/761074 to your computer and use it in GitHub Desktop.
run the django test suite
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# clone django from github and run its test suite | |
git clone https://github.com/django/django.git | |
cd django/tests | |
PYTHONPATH=`pwd`/../ ./runtests.py --settings=test_sqlite |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment