summaryrefslogtreecommitdiff
path: root/django/test
AgeCommit message (Expand)Author
2014-01-27Removed TransRealMixin.Aymeric Augustin
2014-01-27Minor cleanup.Aymeric Augustin
2014-01-26Fixed some missing/extraneous new line warnings.Simon Charette
2014-01-25Moved sys.path-extending decorator to django.test.utils and used throughout t...Carl Meyer
2014-01-21Refs #21831 -- Softened the TestClient dependency on contrib.auth.Russell Keith-Magee
2014-01-20Fixed #16905 -- Added extensible checks (nee validation) frameworkRussell Keith-Magee
2014-01-16Fixed #21740 -- Stopped using mutable default arguments in test clientClaude Paroz
2014-01-09Fixed #12571 -- Attached originating WSGIRequest to test client responses.Unai Zalakain
2014-01-06Fixed #21718 -- Renamed has_app to is_installed.Aymeric Augustin
2014-01-01Wiped get_commands() cache when INSTALLED_APPS changes.Aymeric Augustin
2014-01-01Fixed #21206 -- Fixed test discovery without labelsPreston Timmons
2013-12-29Cleared global templatetags module cache.Florian Apolloner
2013-12-27Properly app_template_dirs when INSTALLED_APPS change.Florian Apolloner
2013-12-26Made the AppConfig API marginally more consistent.Aymeric Augustin
2013-12-26Fixed #21206 -- No longer run discovery if the test label doesn't point to a ...Preston Timmons
2013-12-24Renamed AppCache to Apps.Aymeric Augustin
2013-12-24Fixed override_settings when set_available_apps raises an exception.Aymeric Augustin
2013-12-23Added modify_settings to alter settings containing lists of values.Aymeric Augustin
2013-12-23Refactored INSTALLED_APPS overrides.Aymeric Augustin
2013-12-22Moved apps back in the toplevel django namespace.Aymeric Augustin
2013-12-22Complained on override_settings(INSTALLED_APPS=...).Aymeric Augustin
2013-12-22Stop testing for inclusion in INSTALLED_APPS.Aymeric Augustin
2013-12-20Set stacklevel for the override_settings warning.Aymeric Augustin
2013-12-17Moved the new app cache inside core.Aymeric Augustin
2013-12-17Refactored old test runner to handle apps without a models module.Aymeric Augustin
2013-12-17Deprecated get_app().Aymeric Augustin
2013-12-17Deprecated get_apps().Aymeric Augustin
2013-12-17Removed module-level functions for the app cache.Aymeric Augustin
2013-12-17Moved django.db.models.loading to django.apps.cache.Aymeric Augustin
2013-12-14Fixed E127 pep8 warnings.Loic Bistuer
2013-12-11Fixed #21462 -- Made `assertNumQueries` print executed queries on failure.Dominic Rodger
2013-12-10Fixed E124 pep8 warnings.Loic Bistuer
2013-11-28Fixed E125 pep8 warningsChristopher Medrela
2013-11-26Fixed #21448 -- Fixed test client logout with cookie-based sessionsClaude Paroz
2013-11-25Fixed #21509 -- Removed dead exception catching code.Krzysztof Jurewicz
2013-11-23Fixed #21012 -- New API to access cache backends.Curtis Maloney
2013-11-19Fixed #15179 -- middlewares not applied for test client login()Unai Zalakain
2013-11-11Fixed #21351 -- Replaced memoize with Python's lru_cache.Bouke Haarsma
2013-11-09Fixed #21383 -- Added request details in SuspiciousOperation messagesClaude Paroz
2013-11-09Removed useless comment. Refs #21172Anssi Kääriäinen
2013-11-09Merge pull request #1743 from unaizalakain/ticket_21172Anssi Kääriäinen
2013-11-08Fixed #17529 -- get_template_from_string default arguments breakUnai Zalakain
2013-11-07Merge pull request #1850 from unaizalakain/ticket_13725Anssi Kääriäinen
2013-11-07Fixed #13725 -- take url scheme into account in assertRedirectsUnai Zalakain
2013-11-04Merge pull request #1821 from Bouke/tickets/14170Aymeric Augustin
2013-11-04Fixed ticket #21172Unai Zalakain
2013-11-03Fixed all E226 violationsAlex Gaynor
2013-11-03Fixed #14170 -- Reset i18n cache when settings changeBouke Haarsma
2013-11-02Checkout prior commit of _doctest.pyRay Ashman Jr
2013-11-02Revert change to django/test/_doctest.pyRay Ashman Jr