index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
test_utils
/
tests.py
Age
Commit message (
Expand
)
Author
2017-02-24
[1.11.x] Fixed #27873 -- Fixed crash in setup_test_environment() if ALLOWED_H...
Chris Lamb
2017-01-11
Refs #16614 -- Made QuerySet.iterator() use server-side cursors on PostgreSQL.
François Freitag
2016-12-07
Fixed #27579 -- Added aliases for Python 3's assertion names in SimpleTestCase.
Tim Graham
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-09-13
Fixed #27214 -- Made skip db features decorators respect wrapping order and i...
Simon Charette
2016-08-31
Fixed #24112 -- Fixed assertInHTML()'s counting if needle has no root element.
Adam Zapletal
2016-08-08
Fixed #27032 -- Prevented setup_test_environment() from being called twice.
Chris Jerdonek
2016-07-21
Fixed #26922 -- Fixed SimpleTestCase.assertHTMLEqual() crash on Python 3.5+.
Dmitry Dygalo
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2016-01-29
Refs #26022 -- Used context manager version of assertRaisesMessage in tests.
Hasan
2016-01-29
Refs #26022 -- Used context manager version of assertRaises in tests.
Hasan
2016-01-06
Refs #25746 -- Added a test utility to isolate inlined model registration.
Simon Charette
2015-12-31
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
Marten Kenbeek
2015-11-09
Fixed #25170 -- Made assertXMLEqual()/assertXMLNotEqual() ignore leading and ...
Mattia Larentis
2015-09-12
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-08-04
Fixed #25191 -- Added string diff to SimpleTestCase.assertXMLEqual() message.
Caio Ariede
2015-08-01
Refs #25176 -- Fixed typo in tests/test_utils/tests.py
Tim Graham
2015-08-01
Fixed #25176 -- Prevented TestCase.setUpTestData() exception from leaking tra...
Adam Chainz
2015-07-31
Fixed #25188 -- Improved message raised by SimpleTestCase.assertRaisesMessage().
Tim Graham
2015-07-30
Fixed #25190 -- Deprecated callable_obj parameter to assertRaisesMessage().
Tim Graham
2015-05-20
Refs #24652 -- Used SimpleTestCase where appropriate.
Simon Charette
2015-05-20
Fixed #24652 -- Disallowed query execution in SimpleTestCase subclasses.
Simon Charette
2015-05-18
Added backwards compatibility for assertRaisesMessage callable_obj param.
Tim Graham
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-04
Fixed #24197 -- Added clearing of staticfiles caches on settings changes duri...
mlavin
2014-12-24
Fixed typo in test_utils comment.
Tim Graham
2014-12-01
Fixed #23933 -- Made override_settings(DATABASE_ROUTERS) affect the master ro...
wrwrwr
2014-11-03
Fixed #23300 -- Made assertTemplateUsed throw an error on responses not fetch...
Davide Ceretti
2014-11-03
Fixed #23620 -- Used more specific assertions in the Django test suite.
Berker Peksag
2014-10-08
Fixed #23600 -- Made default_storage aware of more settings changes.
Duncan Parkes
2014-09-29
Fixed #23567 -- Made assertQuerysetEqual check Counter equality when ordered=...
Thomas Chaumeny
2014-08-26
Allowed skipIf/UnlessDBFeature to accept several feature strings
Claude Paroz
2014-05-05
Fixed #22572 -- override_settings(ROOT_URLCONF) didn't clear urlresolvers._ur...
Loic Bistuer
2014-04-18
Fixed #22465 -- New assertion assertJSONNotEqual
amatellanes
2014-04-06
Fixed #21977 -- Deprecated SimpleTestCase.urls
Anubhav Joshi
2014-04-03
Fixed #22218 -- Deprecated django.conf.urls.patterns.
Tim Graham
2014-03-21
Removed django.test.simple and django.test._doctest per deprecation timeline.
Tim Graham
2014-02-07
Fixed #21518 -- Made override_settings(ROOT_URLCONF) clear the resolver cache.
Chris Wilson
2013-12-11
Fixed #21462 -- Made `assertNumQueries` print executed queries on failure.
Dominic Rodger
2013-12-10
Fixed E124 pep8 warnings.
Loic Bistuer
2013-11-08
Fixed #17529 -- get_template_from_string default arguments break
Unai Zalakain
2013-10-26
Fixed all the E203 violations
Alex Gaynor
2013-10-17
Fixed #21285 -- Fixed E121,E122 pep8 warnings
Alasdair Nicol
2013-10-10
Removed unnecessary semicolons.
Tim Graham
2013-09-22
Partial revert of 165f44aa.
Aymeric Augustin
2013-08-16
Combine consecutive with statements
Claude Paroz
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-07-19
Fixed #18551 -- Enabled skipIfDBFeature/skipUnlessDBFeature to decorate a class
Claude Paroz
2013-07-01
Removed tests for django.utils.unittest vs. unittest.
Aymeric Augustin
2013-07-01
Stopped using django.utils.unittest in the test suite.
Aymeric Augustin
[next]