Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/conditional_processing/tests.py
Commit message (Collapse)AuthorAgeFilesLines
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-2/+2
|
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+0
|
* Fixed #22461 -- Added if-unmodified-since support to the ↵Thomas Tanner2014-12-241-0/+60
| | | | condition decorator.
* Fixed #23695 -- Made condition decorator work for HEAD ↵Anton Novosyolov2014-10-211-0/+5
| | | | requests without ETag.
* Fixed #22909 -- Removed camelCasing in some tests.Tim Graham2014-07-081-12/+12
| | | | Thanks brylie.
* Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi2014-04-061-2/+2
|
* PEP8 cleanupJason Myers2013-11-031-0/+1
| | | | Signed-off-by: Jason Myers <jason@jasonamyers.com>
* Move last remaining tests out of models.py files; prep ↵Preston Timmons2013-04-031-0/+129
for test discovery.