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