Aymeric Augustin
|
d66035c4a6
Removed documentation for SMTPConnection, which was removed at r15978.
|
13 vuotta sitten |
Claude Paroz
|
23d3459761
Fixed #17965 -- Definitely dropped support for Python 2.5. Thanks jonash for the initial patch and Aymeric Augustin for the review.
|
13 vuotta sitten |
Aymeric Augustin
|
eb163f37cb
Use the class decorator syntax available in Python >= 2.6. Refs #17965.
|
13 vuotta sitten |
Ramiro Morales
|
aba9ebcaee
Fixed a couple of typos in testing document.
|
13 vuotta sitten |
Ramiro Morales
|
149e541034
Added a blurb about new SimpleTestCase class to release notes.
|
13 vuotta sitten |
Adrian Holovaty
|
2ade1e916f
Edited stuff from [17543] to [17629]
|
13 vuotta sitten |
Aymeric Augustin
|
2ddfcfbec6
Clarified the fact that the signal_changed signal isn't used by Django itself (yet). Refs #17787.
|
13 vuotta sitten |
Ramiro Morales
|
7061da514a
Added a diagram of the hierarchy of our TestCase subclasses to the testing docs.
|
13 vuotta sitten |
Julien Phalip
|
41256d2341
Fixed #17652 -- Removed all mentions to Windmill from the docs as that project doesn't integrate well with Django at this time.
|
13 vuotta sitten |
Timo Graham
|
0ccbb5356a
Fixed #17571 - Fixed documentation of skipUnlessDBFeature; thanks EnTeQuAk for the report.
|
13 vuotta sitten |
Adrian Holovaty
|
6ecadcbdd2
Made a bunch more edits up until [17418]
|
13 vuotta sitten |
Carl Meyer
|
844a24bbb9
Fixed #16921 -- Added assertHTMLEqual and assertHTMLNotEqual assertions, and converted Django tests to use them where appropriate. Thanks Greg Müllegger.
|
13 vuotta sitten |
Carl Meyer
|
a678e9ea65
Fixed #17604 - Added context-manager capability to assertTemplateUsed and assertTemplateNotUsed. Thanks Greg Müllegger.
|
13 vuotta sitten |
Adrian Holovaty
|
ffb0519d44
Edited testing.txt changes from [17289]
|
13 vuotta sitten |
Adrian Holovaty
|
32ee74f89e
Edited testing.txt changes from [17283]
|
13 vuotta sitten |
Julien Phalip
|
0bf2d33770
Added the ability to specify multiple ports available for the `LiveServerTestCase` WSGI server. This allows multiple processes to run the tests simultaneously and is particularly useful in a continuous integration context. Many thanks to Aymeric Augustin for the suggestions and feedback.
|
13 vuotta sitten |
Julien Phalip
|
ec07a30e82
Indicated the exact version that is required to use the "WebDriverWait" example in the testing doc.
|
13 vuotta sitten |
Julien Phalip
|
a343a84ce6
Added the `wait_until()` and `wait_loaded_tag()` methods to `AdminSeleniumWebDriverTestCase` to prevent some concurrency issues with in-memory SQLite database access in the admin Selenium tests. Thanks to Florian Apolloner, Anssi Kääriäinen and Aymeric Augustin for their help debugging this problem.
|
13 vuotta sitten |
Julien Phalip
|
2f02a05ffb
Fixed #2879 -- Added support for the integration with Selenium and other in-browser testing frameworks. Also added the first Selenium tests for `contrib.admin`. Many thanks to everyone for their contributions and feedback: Mikeal Rogers, Dirk Datzert, mir, Simon G., Almad, Russell Keith-Magee, Denis Golomazov, devin, robertrv, andrewbadr, Idan Gazit, voidspace, Tom Christie, hjwp2, Adam Nelson, Jannis Leidel, Anssi Kääriäinen, Preston Holmes, Bruno Renié and Jacob Kaplan-Moss.
|
13 vuotta sitten |
Ramiro Morales
|
5a48cb5f61
Added note about assertFieldOutput being new in 1.4.
|
13 vuotta sitten |
Adrian Holovaty
|
2494dd25f5
Fixed #17364 -- Fixed typos in topics/testing.txt. Thanks, movielady
|
13 vuotta sitten |
Aymeric Augustin
|
01f70349c9
Fixed #17248 -- Added a missing versionadded directive for TestCase.assertRaisesMessage.
|
13 vuotta sitten |
Luke Plant
|
d1e5c55258
Fixed many more ReST indentation errors, somehow accidentally missed from [16955]
|
13 vuotta sitten |
Carl Meyer
|
b6ad1afa68
Fixed #17011 - Made override_settings modify a decorated class in-place rather than creating a dynamic subclass, so as to avoid infinite recursion when used with super(). Thanks jsdalton for the report and patch.
|
13 vuotta sitten |
Ramiro Morales
|
932b1b8d6d
Converted links to external topics so they use intersphinx extension markup.
|
13 vuotta sitten |
Malcolm Tredinnick
|
0686c6b0ee
Add the ability to do unordered comparisons in assertQuerysetEqual.
|
13 vuotta sitten |
Russell Keith-Magee
|
2664fa1896
Fixed #15838 -- Promoted assertFieldOutput to a general test utility. Thanks to Ramiro Morales for the patch.
|
13 vuotta sitten |
Gabriel Hurley
|
41b31b4d09
Fixed #16608 -- Clarified the description of the destroy_test_db method and cleaned up various other reST/Sphinx-related bits in the testing docs. Thanks to Stan for the report and Julien for the draft patch.
|
13 vuotta sitten |
Ramiro Morales
|
326949e444
Fixed #14503 -- Unified multiple implementations of test cases assert* methods that verify a given exception is raised by a callable throughout the Django test suite.
|
13 vuotta sitten |
Timo Graham
|
bbe63f07c4
Fixed #16528 - Documented test runner returns 1, regardless of the number of test failures; thanks teraom.
|
13 vuotta sitten |