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
/
docs
/
topics
/
testing
/
overview.txt
Age
Commit message (
Expand
)
Author
2021-07-08
Fixed #24522 -- Added a --shuffle option to DiscoverRunner.
Chris Jerdonek
2021-03-26
Fixed #32591 -- Made DiscoverRunner order _FailedTest objects first.
Chris Jerdonek
2019-11-26
Used :ticket: role in all tickets links.
Sergey Fedoseev
2019-03-05
Doc'd the use of --noinput for test database handling.
Samuel Gaist
2019-02-13
Fixed #30184 -- Removed ellipsis characters from shell output strings.
Dan Davis
2018-08-22
Refs #29654 -- Replaced three dots with ellipsis character in output strings.
Claude Paroz
2018-03-28
Replaced 'python -Wall' with 'python -Wa'.
Daniel Chimeno
2017-10-03
Fixed #28584 -- Dropped support for SQLite < 3.7.15.
Tim Graham
2017-08-22
Added "test --keepdb" to testing speedup docs.
Harry Moreno
2017-01-18
Refs #23919 -- Removed Python 2 notes in docs.
Tim Graham
2016-08-31
Fixed typo in docs/topics/testing/overview.txt
Mike Fiedler
2016-07-01
Added parallel test running to "Speeding up the tests" docs.
Harry Moreno
2016-06-16
Fixed #26747 -- Used more specific assertions in the Django test suite.
Jon Dufresne
2016-05-20
Removed versionadded/changed annotations for 1.9.
Tim Graham
2016-05-03
Normalized "an SQL" spelling.
Ville Skyttä
2016-01-14
Fixed #23868 -- Added support for non-unique django-admin-options in docs.
Tim Graham
2015-12-11
Refs #25899 -- Improved visibility of TEST database settings in testing docs.
Tim Graham
2015-09-25
Fixed #25451 -- Added advice about organizing tests.
Tim Graham
2015-09-23
Removed versionadded/changed annotations for 1.8.
Tim Graham
2015-08-24
Fixed #23727 -- Inhibited the post_migrate signal when using serialized_rollb...
Tommy Beadle
2015-07-01
Fixed #20916 -- Added Client.force_login() to bypass authentication.
Jon Dufresne
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-17
Removed support for initial_data fixtures per deprecation timeline.
Tim Graham
2015-01-17
Removed django.utils.unittest per deprecation timeline.
Tim Graham
2014-12-30
Fixed #12118 -- Added shared cache support to SQLite in-memory testing.
Andriy Sokolovskiy
2014-11-24
Fixed #23742 -- Added an option to reverse tests order.
wrwrwr
2014-10-14
Clarified documentation relating to usage of serialized_rollback for certain ...
Greg Chapple
2014-06-09
Doc edits for refs #22487.
Tim Graham
2014-06-08
Fixed #22487: Optional rollback emulation for migrated apps
Andrew Godwin
2014-05-28
Fixed #20550 -- Added ability to preserve test db between runs
Greg Chapple
2014-04-19
Fixed #22417 -- Added additional documentation for refs #16969.
Tim Graham
2014-04-12
Fixed #22102 -- Made SimpleTestCase tests run before unittest.TestCase ones
Claude Paroz
2014-03-24
Removed versionadded/changed annotations for 1.6.
Tim Graham
2014-03-09
Corrected a few missed references to old test settings
Shai Berger
2014-02-15
Fixed #22002 -- Documented avoiding database interaction in AppConfig.ready().
Zbigniew Siciarz
2013-12-31
Fixed #21701 -- Improved testing doc titles and added testing/tools.txt.
Tim Graham
2013-12-23
Added modify_settings to alter settings containing lists of values.
Aymeric Augustin
2013-12-08
Updated a bunch of hyperlinks in documentation
Claude Paroz
2013-11-21
Fixed #21479 -- Favor 'migrate' over 'syncdb' in the docs.
Loic Bistuer
2013-11-19
Fixed #15179 -- middlewares not applied for test client login()
Unai Zalakain
2013-11-07
Fixed #13725 -- take url scheme into account in assertRedirects
Unai Zalakain
2013-11-02
Fixed #21341 -- Eased https requests with the test client
Unai Zalakain
2013-10-11
Fixed #15582 -- Documented how TransactionTestCase.multi_db affects fixtures.
Tim Graham
2013-09-10
Fixed #20919 -- Extended assertRedirects to be able to avoid fetching redirec...
Juan Catalano
2013-09-09
Fixed #19885 -- cleaned up the django.test namespace
Kevin Christopher Henry
2013-09-06
Fixed a link in topics/testing/overview.txt
Tim Graham
2013-08-31
Made django.test.testcases not depend on staticfiles contrib app.
Ramiro Morales
2013-08-23
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
2013-08-22
Documentation -- Clarified use of 'view' in test client introduction.
Kevin Christopher Henry
[next]