Branch: refs/heads/stable/1.7.x
Home:
https://github.com/django/django
Commit: d9f8cc12aeeb5309139a79d9b613fa405ebed36e
https://github.com/django/django/commit/d9f8cc12aeeb5309139a79d9b613fa405ebed36e
Author: Claude Paroz <
cla...@2xlibre.net>
Date: 2014-04-12 (Sat, 12 Apr 2014)
Changed paths:
M django/test/runner.py
M docs/topics/testing/overview.txt
A tests/test_discovery_sample/doctests.py
M tests/test_discovery_sample/tests_sample.py
M tests/test_runner/test_discover_runner.py
Log Message:
-----------
[1.7.x] Fixed #22102 -- Made SimpleTestCase tests run before unittest.TestCase ones
Thanks aptiko for the report and Tim Graham for the review.
Backport of 3e3a7372f5 from master.