Chris Jerdonek
|
42f9d65107
Edited docs of test.utils.setup/teardown_test_environment().
|
8 years ago |
Chris Jerdonek
|
ebed9ee8d5
Fixed #26981 -- Added DiscoverRunner.get_test_runner_kwargs().
|
8 years ago |
Tobias McNulty
|
17e661641d
Refs #26666 -- Added ALLOWED_HOSTS validation when running tests.
|
8 years ago |
Andrew Abraham
|
f2d9caa625
Fixed DiscoverRunner failfast parameter default in docs.
|
9 years ago |
rowanv
|
a6ef025dfb
Fixed #26124 -- Added missing code formatting to docs headers.
|
9 years ago |
bee_keeper
|
a17216646a
Added class-based view example to RequestFactory example.
|
9 years ago |
Tim Graham
|
53e89ce2e7
Fixed #25451 -- Added advice about organizing tests.
|
9 years ago |
Tim Graham
|
54848a96dd
Removed versionadded/changed annotations for 1.8.
|
9 years ago |
Tim Graham
|
6a70cb5397
Refs #19973 -- Removed optparse support in management commands per deprecation timeline.
|
9 years ago |
Aymeric Augustin
|
6d1110f2f0
Updated references to the TEST_* database settings.
|
9 years ago |
Tim Graham
|
87d55081ea
Fixed #25159 -- Removed brackets from class/function/method signatures in docs.
|
9 years ago |
Tim Graham
|
32b67b3fd1
Added an import to docs/topics/testing/advanced.txt example.
|
10 years ago |
Tim Graham
|
c79faae761
Removed versionadded/changed notes for 1.7.
|
10 years ago |
Marc Tamlyn
|
b5c1a85b50
Fixed #24118 -- Added --debug-sql option for tests.
|
10 years ago |
wrwrwr
|
e22c64dfc0
Fixed #23742 -- Added an option to reverse tests order.
|
10 years ago |
Stanislas Guerra
|
06726965c3
Fixed #23778 -- Added a doc section on using the Django runner for reusable apps.
|
10 years ago |
Tim Graham
|
e645b79ef5
Added missing docs to DiscoverRunner for keepdb option; refs #20550.
|
10 years ago |
Rigel Di Scala
|
28634394f5
Fixed #23606 -- Implemented Client and RequestFactory trace() methods.
|
10 years ago |
Berker Peksag
|
1387c80643
Fixed versionchanged indentation in topics/testing/advanced.txt.
|
10 years ago |
Tim Graham
|
a39df37049
Fixed #20609 -- Added instructions for using AnonymousUser with RequestFactory.
|
10 years ago |
Tim Graham
|
a4f23eba2e
Fixed #23421 -- Corrected TEST SERIALIZE setting.
|
10 years ago |
Claude Paroz
|
4b4524291a
Converted test management command to argparse
|
10 years ago |
Tim Graham
|
c17cd151d8
Doc edits for refs #22487.
|
10 years ago |
Tim Graham
|
3a926c0778
Tweaked order of create_test_db arguments for backwards compatibility.
|
10 years ago |
Andrew Godwin
|
8c12d51ea2
Fixed #22487: Optional rollback emulation for migrated apps
|
10 years ago |
Greg Chapple
|
72f055e535
Fixed #20550 -- Added keepdb argument to destroy_test_db
|
10 years ago |
Tim Graham
|
83f4e86595
Fixed too short title underline in docs.
|
10 years ago |
Flavio Curella
|
beec05686c
Fixed #22667 -- Replaced leader/follower terminology with primary/replica
|
10 years ago |
Flavio Curella
|
73a57b06f9
replaced occurrences of master/slave terminology with leader/follower
|
10 years ago |
Tim Graham
|
26b03f2526
Fixed #22254 -- Noted the requirement of calling django.setup() when running
|
10 years ago |