Skip to content

Instantly share code, notes, and snippets.

@j4mie
Created December 31, 2010 15:14
Show Gist options
  • Save j4mie/761074 to your computer and use it in GitHub Desktop.
Save j4mie/761074 to your computer and use it in GitHub Desktop.
run the django test suite
# 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