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.txt
Age
Commit message (
Expand
)
Author
2012-12-21
Fixed #19497 -- Refactored testing docs.
Ramiro Morales
2012-12-18
Fixed #17312 - Warned about database side effects in tests.
Tim Graham
2012-12-16
Replaced the test case hierarchy schema with a vector version.
Aymeric Augustin
2012-12-13
Fixed #19462 -- Made assertQuerysetEqual detect undefined ordering
Anssi Kääriäinen
2012-11-02
Fixed #19167 - Added a warning regarding module-level database queries
Tim Graham
2012-10-30
The timeout variable wasn't defined, which was a little confusing.
Brent O'Connor
2012-10-30
Fixed #17744 -- Reset default file storage with setting_changed signal
Claude Paroz
2012-10-27
Fixed #17787 -- Documented reset caches by setting_changed signal
Claude Paroz
2012-10-11
Fixed #16817 - Added a guide of code coverage to contributing docs.
Tim Graham
2012-10-10
Fixed #4501 - Documented how to use coverage.py with Django tests.
Tim Graham
2012-10-07
Added section about URL reversion to URL mapper document.
Ramiro Morales
2012-10-06
Added assertXML[Not]Equal assertions
Claude Paroz
2012-10-04
Fixed #19051 - Fixed Selenium tearDownClass method; thanks glarrain for the r...
Tim Graham
2012-09-26
Fixed #17899 -- Rewrote [Ee]-mail to [Ee]mail
Adrien Lemaire
2012-09-22
Fixed #18057 - Documented that caches are not cleared after each test; thanks...
Tim Graham
2012-09-20
Fixed #18934 - Removed versionadded/changed annotations for Django 1.3
Tim Graham
2012-08-27
fix documentation testing of Selenium WebDriverWait
juanpex
2012-07-24
Fixed #18271 -- Changed stage at which TransactionTestCase flushes DB tables.
Ramiro Morales
2012-06-28
Updated obsolete links in the documentation
Claude Paroz
2012-06-09
Added note about including fixtures hashing algorithm
Claude Paroz
2012-06-09
Fixed #18157 -- Documented that setting PASSWORD_HASHERS can speed up tests
Claude Paroz
2012-06-07
Removed references to changes made in 1.2.
Aymeric Augustin
2012-06-07
Fixed #16916 -- Documented default headers for the test client.
Aymeric Augustin
2012-05-25
Fixed #17371 -- Made the test client more flexible
Aymeric Augustin
2012-05-05
Fixed the syntax used for the Python repl examples in docs and docstrings.
Alex Gaynor
2012-05-05
Made more extensive usage of context managers with open.
Claude Paroz
2012-03-31
Removed documentation for SMTPConnection, which was removed at r15978.
Aymeric Augustin
2012-03-31
Fixed #17965 -- Definitely dropped support for Python 2.5. Thanks jonash for ...
Claude Paroz
2012-03-30
Use the class decorator syntax available in Python >= 2.6. Refs #17965.
Aymeric Augustin
2012-03-11
Fixed a couple of typos in testing document.
Ramiro Morales
2012-03-03
Added a blurb about new SimpleTestCase class to release notes.
Ramiro Morales
2012-03-02
Edited stuff from [17543] to [17629]
Adrian Holovaty
2012-02-27
Clarified the fact that the signal_changed signal isn't used by Django itself...
Aymeric Augustin
2012-02-27
Added a diagram of the hierarchy of our TestCase subclasses to the testing docs.
Ramiro Morales
2012-02-15
Fixed #17652 -- Removed all mentions to Windmill from the docs as that projec...
Julien Phalip
2012-02-05
Fixed #17571 - Fixed documentation of skipUnlessDBFeature; thanks EnTeQuAk fo...
Timo Graham
2012-02-03
Made a bunch more edits up until [17418]
Adrian Holovaty
2012-01-31
Fixed #16921 -- Added assertHTMLEqual and assertHTMLNotEqual assertions, and ...
Carl Meyer
2012-01-31
Fixed #17604 - Added context-manager capability to assertTemplateUsed and ass...
Carl Meyer
2011-12-30
Edited testing.txt changes from [17289]
Adrian Holovaty
2011-12-30
Edited testing.txt changes from [17283]
Adrian Holovaty
2011-12-29
Added the ability to specify multiple ports available for the `LiveServerTest...
Julien Phalip
2011-12-29
Indicated the exact version that is required to use the "WebDriverWait" examp...
Julien Phalip
2011-12-28
Added the `wait_until()` and `wait_loaded_tag()` methods to `AdminSeleniumWeb...
Julien Phalip
2011-12-22
Fixed #2879 -- Added support for the integration with Selenium and other in-b...
Julien Phalip
2011-12-19
Added note about assertFieldOutput being new in 1.4.
Ramiro Morales
2011-12-17
Fixed #17364 -- Fixed typos in topics/testing.txt. Thanks, movielady
Adrian Holovaty
2011-11-18
Fixed #17248 -- Added a missing versionadded directive for TestCase.assertRai...
Aymeric Augustin
2011-10-14
Fixed many more ReST indentation errors, somehow accidentally missed from [16...
Luke Plant
2011-10-08
Fixed #17011 - Made override_settings modify a decorated class in-place rathe...
Carl Meyer
[next]