index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
topics
/
testing
Age
Commit message (
Expand
)
Author
2015-12-01
[1.9.x] Fixed #25778 -- Updated docs links to use https when available.
Jon Dufresne
2015-11-16
[1.9.x] Fixed #25755 -- Unified spelling of "website".
Agnieszka Lasyk
2015-11-07
[1.9.x] Fixed #25290 -- Warned against modifying objects created in setUpTest...
Tim Graham
2015-10-30
[1.9.x] Added class-based view example to RequestFactory example.
bee_keeper
2015-10-28
[1.9.x] Made LiveServerTestCase example use StaticLiveServerTestCase.
Tim Graham
2015-10-23
[1.9.x] Clarified that the test client response content attribute is bytes.
薛丞宏
2015-10-22
[1.9.x] Refs #24622 -- Documented alternatives to some test response attribut...
Benjamin Wohlwend
2015-09-25
[1.9.x] Fixed #25451 -- Added advice about organizing tests.
Tim Graham
2015-09-09
Allowed a port range for the liveserver by default.
Aymeric Augustin
2015-09-05
Updated references to the TEST_* database settings.
Aymeric Augustin
2015-08-24
Fixed #23727 -- Inhibited the post_migrate signal when using serialized_rollb...
Tommy Beadle
2015-08-19
Fixed style issues in testing docs
Markus Holtermann
2015-08-18
Used consistent capitalization and hyphenation of "class-based views" in docs.
Anton Strogonoff
2015-08-08
Updated Wikipedia links to use https
Claude Paroz
2015-07-31
Clarified assertRaisesMessage() behavior with respect to the message.
Tim Graham
2015-07-30
Fixed #25190 -- Deprecated callable_obj parameter to assertRaisesMessage().
Tim Graham
2015-07-27
Fixed #25159 -- Removed brackets from class/function/method signatures in docs.
Tim Graham
2015-07-01
Fixed #20916 -- Added Client.force_login() to bypass authentication.
Jon Dufresne
2015-06-16
Refs #24987 -- Documented that Client.login() rejects inactive users.
Tim Graham
2015-06-12
Fixed #24965 -- Made LiveServerTestCase.live_server_url accessible from class
Moritz Sichert
2015-05-25
Fixed #24773 -- Added a json() method on test client responses.
Andy McKay
2015-05-20
Fixed #24652 -- Disallowed query execution in SimpleTestCase subclasses.
Simon Charette
2015-05-18
Added docs for assertRaisesMessage as context manager.
Tim Graham
2015-05-09
Fixed typo in docs/topics/testing/tools.txt
Ian Foote
2015-04-25
Fixed a typo and formatting consistency in testing tools docs
Adam Zapletal
2015-03-18
Fixed #23960 -- Removed http.fix_location_header
Claude Paroz
2015-02-22
Fixed #24358 -- Corrected code-block directives for console sessions.
Sean Wang
2015-02-17
Added an import to docs/topics/testing/advanced.txt example.
Tim Graham
2015-02-03
Fixed #24149 -- Normalized tuple settings to lists.
darkryder
2015-02-01
Removed versionadded/changed notes for 1.7.
Tim Graham
2015-01-18
Removed support for syncing apps without migrations per deprecation timeline.
Tim Graham
2015-01-17
Removed support for custom SQL per deprecation timeline.
Tim Graham
2015-01-17
Removed support for initial_data fixtures per deprecation timeline.
Tim Graham
2015-01-17
Removed django.utils.unittest per deprecation timeline.
Tim Graham
2015-01-16
Fixed a typo in the test responses docs.
Rick Hutcheson
2015-01-12
Fixed #24118 -- Added --debug-sql option for tests.
Marc Tamlyn
2014-12-30
Fixed #12118 -- Added shared cache support to SQLite in-memory testing.
Andriy Sokolovskiy
2014-12-28
Deprecated TEMPLATE_LOADERS.
Aymeric Augustin
2014-12-27
Fixed #24056 -- Fixed syntax highlighting in topics/testing/tools.txt.
Tim Graham
2014-12-04
Fixed #23911 -- Added support for buffer file uploads in the test client
Thomas Tanner
2014-12-03
Fixed #20392 -- Added TestCase.setUpTestData()
Thomas Chaumeny
2014-11-24
Fixed #23742 -- Added an option to reverse tests order.
wrwrwr
2014-11-24
Updated testing documentation following 498ae3a36069e2d
Thomas Chaumeny
2014-11-24
Fixed #23543 -- Added docs on testing management command output.
Danilo Bargen
2014-11-21
Fixed #23778 -- Added a doc section on using the Django runner for reusable a...
Stanislas Guerra
2014-11-04
Added missing docs to DiscoverRunner for keepdb option; refs #20550.
Tim Graham
2014-11-03
Fixed #21281 -- Made override_settings act at class level when used as a Test...
Thomas Chaumeny
2014-11-01
Fixed #23744 -- Fixed typo in selenium testing example.
Tim Graham
2014-10-31
Added a warning about direct settings manipulation in tests.
Tim Graham
2014-10-28
Fixed #23606 -- Implemented Client and RequestFactory trace() methods.
Rigel Di Scala
[next]