From 6f2c080670ef37e2ad2bd55696800a0f567e48b3 Mon Sep 17 00:00:00 2001 From: Daniel Greenfeld Date: Sat, 18 May 2013 10:13:14 +0300 Subject: [PATCH] Update contributing.rst --- docs/contributing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing.rst b/docs/contributing.rst index 2ae07a8..a0c5a93 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -120,7 +120,7 @@ Run the tests! Before you submit a pull request, please run the entire django-admin2 test suite via:: - python manage.py test --settings=settings.test + TODO: Get this working then describe how to run tests. The first thing the core committers will do is run this command. Any pull request that fails this test suite will be **immediately rejected**.