summaryrefslogtreecommitdiff
path: root/django/test
AgeCommit message (Expand)Author
2014-06-14Converted test management command to argparseClaude Paroz
2014-06-13Fixed #22771 -- Fixed test.Client.logout when using custom auth backend.Xavier Fernandez
2014-06-13Fixed #16087 -- Added ResolverMatch instance to test client response.Greg Chapple
2014-06-09Fixed flake8 error.Tim Graham
2014-06-08Fixed #22487: Optional rollback emulation for migrated appsAndrew Godwin
2014-06-07Fixed #3711, #6734, #12581 -- Bounded connection.queries.Aymeric Augustin
2014-06-05Fixed #20550 -- Added keepdb argument to destroy_test_dbGreg Chapple
2014-05-28Fixed #20550 -- Added ability to preserve test db between runsGreg Chapple
2014-05-22Fixed #21357 -- Fixed test client session initialization.Preston Timmons
2014-05-22Fixed #21598 -- cleaned up template loader overrides in testsUnai Zalakain
2014-05-05Fixed #22572 -- override_settings(ROOT_URLCONF) didn't clear urlresolvers._ur...Loic Bistuer
2014-04-28Revert "Fixed #15179 -- middlewares not applied for test client login()"Tim Graham
2014-04-26Fix many many typos in comments throughout the codebaseAlex Gaynor
2014-04-18Fixed #22465 -- New assertion assertJSONNotEqualamatellanes
2014-04-14Fixed #22369 -- Added count parameter to assertTemplateUsedJacob R. Rothenbuhler
2014-04-12Fixed #22102 -- Made SimpleTestCase tests run before unittest.TestCase onesClaude Paroz
2014-04-09Used more specific test assertions.Aymeric Augustin
2014-04-06Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi
2014-03-31Fixed typo in docstring.Tim Graham
2014-03-22Advanced deprecation warnings for 1.8.Aymeric Augustin
2014-03-21Removed legacy transaction management per the deprecation timeline.Aymeric Augustin
2014-03-21Removed django.test.simple and django.test._doctest per deprecation timeline.Tim Graham
2014-03-09Reorganized the database test settingsShai Berger
2014-03-08Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warningsClaude Paroz
2014-03-03Fixed many typos in comments and docstrings.Rodolfo Carvalho
2014-02-13Fixed a typo (I guess).Florian Apolloner
2014-02-10Allowed a message to be passed to assertQuerysetEqual to make it consistent w...Chris Bailey
2014-02-07Fixed #21518 -- Made override_settings(ROOT_URLCONF) clear the resolver cache.Chris Wilson
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