summaryrefslogtreecommitdiff
path: root/cherrypy/test/test_static.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'maint/17.x'Jason R. Coombs2018-11-231-1/+5
|\
| * Fix test failures on pytest 4v17.4.1Jason R. Coombs2018-11-231-1/+5
* | variable names should be more than one letterJason R. Coombs2018-09-091-2/+2
* | Merge pull request #1740 from cherrypy/bugfix/1737-session-file-raceJason R. Coombs2018-09-081-30/+26
|\ \
| * | Remove unused importbugfix/1737-session-file-raceJason R. Coombs2018-09-071-1/+0
| * | Remove empty branchJason R. Coombs2018-09-071-9/+8
| * | In teardown_class, also delete other files that may have been created during ...Jason R. Coombs2018-09-071-11/+11
| * | In StaticTest, use teardown_class to remove files after any server has been s...Jason R. Coombs2018-09-071-2/+3
| * | Leverage path.py for paths in test_sessionsJason R. Coombs2018-09-071-8/+5
* | | Remove xfail code, no longer relevant on Python 3. Ref #1544.Jason R. Coombs2018-09-071-5/+0
|/ /
* | 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-3/+7
* Feed the hobgoblins (delint).Jason R. Coombs2017-10-271-1/+1
* File in sub-dir of staticdir in long-path notation would not loadSafihre2017-10-151-0/+12
* Mark docstrings with slash escaping as raw str (PR #1610 by @scop)Ville Skyttä2017-07-101-3/+3
* Use six for http importsJason R. Coombs2017-07-091-3/+2
* Fix double quotesSviatoslav Sydorenko2017-03-121-1/+1
* Merge pull request #1569 from cherrypy/issue-1567Jason R. Coombs2017-03-121-0/+27
|\
| * Make ensure_unicode_filesystem a global function, so it's not affiliated unne...Jason R. Coombs2017-02-261-12/+13
| * Close the handle explicitly to avoid any uncertainty about what happens with ...Jason R. Coombs2017-02-261-1/+1
| * Use six to import the name as it should be found.Jason R. Coombs2017-02-261-3/+3
| * Add a compatibility shim to enable invocation of the unicode_filename fixture...jaraco2017-02-261-3/+18
| * Add a fixture to skip tests that require a unicode filesystem. Ref #1567. Cur...jaraco2017-02-261-1/+12
* | PEP8fy codebase: eliminated W503 flake8 errorSviatoslav Sydorenko2017-03-121-2/+2
* | PEP8fy codebase: eliminated E301 flake8 errorSviatoslav Sydorenko2017-03-111-1/+1
* | Fixup same style string quotes across the repoSviatoslav Sydorenko2017-03-031-1/+1
|/
* Mark test as xfail until it can be corrected. Ref #1544.Jason R. Coombs2017-01-061-0/+5
* Mark test as unconditionally xfail. Ref #1475.Jason R. Coombs2017-01-061-2/+1
* Mark test as xfail. Ref #1475.Jason R. Coombs2016-12-241-0/+5
* Convert all strings to conform single-quoted styleSviatoslav Sydorenko2016-09-081-62/+62
* Fix E402 for test/_?test_*.pySviatoslav Sydorenko2016-09-081-7/+6
* Remove the static unicode filename from the tests package, sidestepping the s...Jason R. Coombs2016-09-021-8/+22
* Fix broken indentation due to hanging indentJason R. Coombs2016-08-211-4/+8
* Extract variable for nicer indentation and remove superfluous importJason R. Coombs2016-08-211-3/+2
* Use context manager to write filesJason R. Coombs2016-08-211-2/+4
* Extract variable for nicer indentationJason R. Coombs2016-08-211-2/+5
* Use byte literalsJason R. Coombs2016-08-211-12/+12
* Bump BIGFILE_SIZE to 32MB, as 20MB fails on my 2015 MacBook Pro.Jason R. Coombs2016-08-211-2/+3
* Use staticmethod decoratorJason R. Coombs2016-07-251-2/+2
* Rewrite test using ntou and tonative to support Python 3.2.Jason R. Coombs2016-07-251-4/+12
* Use six for locating urllibJason R. Coombs2016-07-251-6/+2
* Try six.u for Python 3.2 compatibilityJason R. Coombs2016-07-251-2/+4
* Add test for unicode-named static fileSviatoslav Sydorenko2016-07-251-0/+10
* Use cherrypy.config decorator throughout.Jason R. Coombs2016-06-051-1/+1
* Remove StringIO and BytesIO from compatibility module and use io module direc...Jason R. Coombs2016-06-051-2/+2
* Use expose decorator throughout the codebase.Jason R. Coombs2016-06-051-6/+6
* Fix the test_file_stream test... until the computers improves it CPU/IO speedJoel Rivera2016-03-141-2/+4
* Returning HTTP 404 for static serving when the requested path has null bytesDiogo Baeder2015-12-171-1/+5
* Modify test_file_stream so that it tolerates more socket buffering than was p...Allan Crooks2014-04-161-12/+32
* Added failing test showing problems using error_page handlers and serve_file....Allan Crooks2014-04-151-0/+16