summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorCarl Meyer <carl@oddbird.net>2013-05-10 23:08:45 -0400
committerCarl Meyer <carl@oddbird.net>2013-05-10 23:08:45 -0400
commit9012833af857e081b515ce760685b157638efcef (patch)
tree467982b071026047cab406e4eaae9cb1a2d2f77d /.gitignore
parentc0d8932a6d03e9326a4e407e944b09bf43cf929c (diff)
downloaddjango-9012833af857e081b515ce760685b157638efcef.tar.gz
Fixed #17365, #17366, #18727 -- Switched to discovery test runner.
Thanks to Preston Timmons for the bulk of the work on the patch, especially updating Django's own test suite to comply with the requirements of the new runner. Thanks also to Jannis Leidel and Mahdi Yusuf for earlier work on the patch and the discovery runner. Refs #11077, #17032, and #18670.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 2d028c7287..0ad4e34e23 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,4 +5,4 @@ MANIFEST
dist/
docs/_build/
tests/coverage_html/
-tests/.coverage \ No newline at end of file
+tests/.coverage