| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-04-28 | [3.0.x] Fixed broken links in docs. | Mariusz Felisiak | |
| Backport of b28be08cac1f7cde332ca43db65bb733fa3f9bf5 from master | |||
| 2019-12-20 | [3.0.x] Added example of assertNumQueries() with "using" kwarg in testing ↵ | Garry Polley | |
| topics docs. Backport of 0b698eaea611d3bafa86d6d81d9203b482600ccb from master | |||
| 2019-12-18 | [3.0.x] Corrected some typos in documentation. | Hasan Ramezani | |
| Backport of 70d95682b1be6a85abdeaea0205a897f7530f8bc from master | |||
| 2019-12-04 | [3.0.x] Fixed #20456 -- Added example of directly testing CBVs in topics docs. | Felipe Lee | |
| Backport of a2e96f7969059fb4e621a1cd591fbdd0d4deae2e from master | |||
| 2019-11-26 | [3.0.x] Used :ticket: role in all tickets links. | Sergey Fedoseev | |
| Backport of abc51d44afcb8482c64c0bb8c1022f11e7eb2bbb from master | |||
| 2019-10-08 | [3.0.x] Fixed #28790 -- Doc'd how to avoid running certain test classes in ↵ | Caio Ariede | |
| parallel. Backport of dafdfd6a60638c4edcca7c4e65d11c0af654d759 from master | |||
| 2019-09-06 | Fixed #30573 -- Rephrased documentation to avoid words that minimise the ↵ | Tobias Kunze | |
| involved difficulty. This patch does not remove all occurrences of the words in question. Rather, I went through all of the occurrences of the words listed below, and judged if they a) suggested the reader had some kind of knowledge/experience, and b) if they added anything of value (including tone of voice, etc). I left most of the words alone. I looked at the following words: - simply/simple - easy/easier/easiest - obvious - just - merely - straightforward - ridiculous Thanks to Carlton Gibson for guidance on how to approach this issue, and to Tim Bell for providing the idea. But the enormous lion's share of thanks go to Adam Johnson for his patient and helpful review. | |||
| 2019-08-21 | Fixed broken links and redirects in documentation. | François Freitag | |
| Removed reference to custom builds, feature removed in https://github.com/openlayers/openlayers/commit/8e6b3bba994f5908e51c492ac314240863178789. | |||
| 2019-05-24 | Fixed #30497 -- Ignored document type in assertXMLEqual()/assertXMLNotEqual(). | Caio Ariede | |
| 2019-05-24 | Doc'd that assertXMLEqual()/assertXMLNotEqual() ignores XML declaration and ↵ | Caio Ariede | |
| comments. | |||
| 2019-05-09 | Refs #30399 -- Made assertHTMLEqual normalize character and entity references. | Jon Dufresne | |
| 2019-04-30 | Fixed #30245 -- Added -k option to DiscoverRunner. | François Freitag | |
| 2019-04-18 | Fixed #30367 -- Changed "pip install" to "python -m pip install" in docs, ↵ | Ramiro Morales | |
| comments and hints. | |||
| 2019-03-05 | Doc'd the use of --noinput for test database handling. | Samuel Gaist | |
| 2019-02-20 | Fixed #18707 -- Added support for the test client to return 500 responses. | Jon Dufresne | |
| 2019-02-13 | Fixed #30184 -- Removed ellipsis characters from shell output strings. | Dan Davis | |
| Partially reverted 50b8493581fea3d7137dd8db33bac7008868d23a (refs #29654) to avoid a crash when the user shell doesn't support non-ASCII characters. | |||
| 2019-01-30 | Fixed #30116 -- Dropped support for Python 3.5. | Tim Graham | |
| 2019-01-17 | Removed versionadded/changed annotations for 2.1. | Tim Graham | |
| 2019-01-10 | Fixed #28478 -- Make DiscoverRunner skip creating unused test databases. | Simon Charette | |
| SimpleTestCase.databases makes it possible to determine the set of databases required to run the discovered tests. | |||
| 2019-01-10 | Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in ↵ | Simon Charette | |
| favor of databases. | |||
| 2018-09-26 | Fixed #29683 -- Added view permission to docs. | Stephen James | |
| 2018-09-10 | Refs #20910 -- Replaced snippet directive with code-block. | Curtis Maloney | |
| 2018-08-25 | Fixed #29687 -- Allowed the test client to serialize list/tuple as JSON. | Dan Palmer | |
| 2018-08-25 | Fixed #29226 -- Doc'd modify_settings() ordering considerations for Python < ↵ | Benjamin Bach | |
| 3.6. | |||
| 2018-08-22 | Refs #29654 -- Replaced three dots with ellipsis character in output strings. | Claude Paroz | |
| 2018-06-28 | Refs #29513 -- Linked the testing docs from the multi-db topic guide. | Mattia Cattarinussi | |
| 2018-06-28 | Fixed location of a few doc labels. | Tim Graham | |
| 2018-06-21 | Updated a test example to use snake case. | Adam Johnson | |
| 2018-06-20 | Fixed #27398 -- Added an assertion to compare URLs, ignoring the order of ↵ | Jan Pieter Waagmeester | |
| their query strings. | |||
| 2018-05-12 | Alphabetized imports in various docs. | Mariusz Felisiak | |
| Follow-up of d97cce34096043b019e818a7fb98c0f9f073704c and 7d3fe36c626a3268413eb86d37920f132eb4a54f. | |||
| 2018-05-09 | Fixed #29363 -- Added SimpleTestCase.assertWarnsMessage(). | Morgan Aubert | |
| 2018-04-17 | Fixed #29334 -- Updated pypi.python.org URLs to pypi.org. | Brett Cannon | |
| 2018-03-28 | Replaced 'python -Wall' with 'python -Wa'. | Daniel Chimeno | |
| 2018-02-06 | Fixed #29082 -- Allowed the test client to encode JSON request data. | Nick Sarbicki | |
| 2018-01-21 | Fixed #29038 -- Removed closing slash from HTML void tags. | Jon Dufresne | |
| 2018-01-20 | Fixed #28343 -- Add an OS chooser for docs command line examples. | Ramiro Morales | |
| 2018-01-08 | Fixed #28869 -- Made tagged test classes and methods inherit tags from parents. | Will Ayd | |
| 2018-01-07 | Updated various links in docs to use HTTPS. | Mariusz Felisiak | |
| 2017-12-04 | Fixed typo in docs/topics/testing/advanced.txt. (#9416) | Sergey Fedoseev | |
| 2017-10-30 | Fixed 'a'/'an' mix-ups in docs. | Ville Skyttä | |
| 2017-10-03 | Fixed #28584 -- Dropped support for SQLite < 3.7.15. | Tim Graham | |
| 2017-09-22 | Removed versionadded/changed annotations for 1.11. | Tim Graham | |
| 2017-08-22 | Added "test --keepdb" to testing speedup docs. | Harry Moreno | |
| 2017-05-25 | Fixed typo in docs/topics/testing/advanced.txt. | Dima Veselov | |
| 2017-05-22 | Updated various links in docs to avoid redirects | Claude Paroz | |
| Thanks Tim Graham and Mariusz Felisiak for review and completion. | |||
| 2017-05-11 | Fixed #28148 -- Doc'd ImageField name validation concerns with the test client. | Riccardo Magliocchetti | |
| 2017-04-24 | Renamed "Mac OS X" to "macOS" in docs. | Michiel Beijen | |
| 2017-03-07 | Reverted "Fixed #27878, refs #23919 -- Used python3 shebangs." | Tim Graham | |
| This reverts commit 4cffa9a1ffb37d4de7e99a851a9ed87b3c02d229. | |||
| 2017-02-23 | Fixed #27878, refs #23919 -- Used python3 shebangs. | Chris Lamb | |
| 2017-02-08 | Fixed typo in docs/topics/testing/tools.txt. | Tim Graham | |
