From 02cc9abba5ec1c00f3e3a2116ca63f52c3bacc19 Mon Sep 17 00:00:00 2001 From: Ludvig Wadenstein Date: Sat, 18 May 2013 15:30:12 +0200 Subject: [PATCH] Added documentation for running tests --- docs/contributing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing.rst b/docs/contributing.rst index 92ec95b..40f5261 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:: - TODO: Get this working then describe how to run tests. + python runtests.py The first thing the core committers will do is run this command. Any pull request that fails this test suite will be **immediately rejected**.