summaryrefslogtreecommitdiff
path: root/cherrypy/test/test_iterator.py
Commit message (Expand)AuthorAgeFilesLines
* Remove reliance on sixJason R. Coombs2018-09-021-4/+2
* Remove exemption for extra long lines. Updated code to conform with standard ...Jason R. Coombs2017-10-281-1/+2
* PEP8fy codebase: eliminated E261 flake8 errorSviatoslav Sydorenko2017-03-111-1/+1
* PEP8fy codebase: eliminated E302 flake8 errorSviatoslav Sydorenko2017-03-111-0/+6
* Convert all strings to conform single-quoted styleSviatoslav Sydorenko2016-09-081-10/+10
* Fix E402 for test/_?test_*.pySviatoslav Sydorenko2016-09-081-1/+1
* Use cherrypy.config decorator throughout.Jason R. Coombs2016-06-051-1/+1
* Replaced 'unicodestr' with 'six.text_type'Jason R. Coombs2016-06-051-3/+5
* Trap intermittent failures in test_iterator. Fixes #1419.Jason R. Coombs2016-05-101-0/+6
* Remove literal unicode to be able to execute the test_iterator.Joel Rivera2016-03-191-1/+1
* Fixed tests which were misbehaving under Python 3.Allan Crooks2014-05-061-3/+9
* Added missing test module which deals with iterator responses.Allan Crooks2014-05-041-0/+175