summaryrefslogtreecommitdiff
path: root/cherrypy/test/test_wsgi_unix_socket.py
Commit message (Expand)AuthorAgeFilesLines
* Remove reliance on sixJason R. Coombs2018-09-021-2/+1
* Regarding E305, honor the style guide rather than suppressing errors.Jason R. Coombs2017-10-291-1/+2
* Use six for http importsJason R. Coombs2017-07-091-1/+2
* PEP8fy codebase: eliminated E303 flake8 errorSviatoslav Sydorenko2017-03-111-1/+0
* PEP8fy codebase: eliminated E305 flake8 errorSviatoslav Sydorenko2017-03-111-1/+3
* Use pytest to mark a test as invalid on WindowsJason R. Coombs2017-01-061-19/+3
* Convert all strings to conform single-quoted styleSviatoslav Sydorenko2016-09-081-12/+12
* Make sure we can run the unix socket test concurrently.Joel Rivera2016-03-141-5/+6
* Create the unix socket in a temporary dir, as the directory for the tests may...Jason R. Coombs2016-02-071-1/+2
* Add a basic test case for the unix socket support in cherrypy.Joel Rivera2015-10-241-0/+104