Branch: refs/heads/master
Home:
https://github.com/django/django
Commit: 909433fa506dc3c8412cecb4439049acb9a3f447
https://github.com/django/django/commit/909433fa506dc3c8412cecb4439049acb9a3f447
Author: Aymeric Augustin <
aymeric....@m4x.org>
Date: 2013-07-01 (Mon, 01 Jul 2013)
Changed paths:
M django/test/simple.py
M django/test/utils.py
M tests/test_discovery_sample/tests_sample.py
M tests/test_runner/test_discover_runner.py
M tests/test_runner/tests.py
M tests/test_suite_override/tests.py
M tests/test_utils/tests.py
Log Message:
-----------
Removed tests for django.utils.unittest vs. unittest.
Silenced warnings caused by the deprecation of django.utils.unittest.
Thanks Preston Timmons and Carl Meyer for their advice.
Fixed #20680.