summaryrefslogtreecommitdiff
path: root/cherrypy/test/test_logging.py
Commit message (Expand)AuthorAgeFilesLines
* Ran pre-commitv18.0.1Jason R. Coombs2018-09-091-1/+1
* Mark test_tracebacks as xfailing, as it's failing consistently.Jason R. Coombs2018-09-071-0/+1
* Rewrite error log test with pure pytestSviatoslav Sydorenko2018-09-061-16/+31
* Remove reliance on sixJason R. Coombs2018-09-021-18/+6
* Use bytes literals where appropriatev14.0.0Jason R. Coombs2018-02-041-2/+2
* Remove exemption for extra long lines. Updated code to conform with standard ...Jason R. Coombs2017-10-281-3/+7
* Mock timez log test to be more preciseSviatoslav Sydorenko2017-10-201-3/+8
* Restore original access log custom format testSviatoslav Sydorenko2017-10-201-1/+1
* Use mock.patch for all logging testsSviatoslav Sydorenko2017-10-201-18/+12
* Fix docstring in test to be PEP257-compliantSviatoslav Sydorenko2017-10-201-2/+1
* Use proper @mock.patch for log_format substitutionSviatoslav Sydorenko2017-10-201-10/+5
* Fix UUID4 testSviatoslav Sydorenko2017-10-201-5/+0
* Cleanup bogus testsSviatoslav Sydorenko2017-10-201-35/+4
* PEP257 Docstring fixedspagno2017-10-201-9/+3
* pep257 docstring compliantspagno2017-10-201-6/+6
* Added tests in test_logging.pyspagno2017-10-201-0/+38
* Added tests in test_logging.pyspagno2017-10-201-0/+38
* Removed bad implemented testsspagno2017-10-201-38/+0
* Added testsspagno2017-10-201-0/+38
* PEP8fy codebase: eliminated E127 flake8 errorSviatoslav Sydorenko2017-03-111-4/+5
* Convert all strings to conform single-quoted styleSviatoslav Sydorenko2016-09-081-13/+13
* Fix E402 for test/_?test_*.pySviatoslav Sydorenko2016-09-081-4/+2
* Use cherrypy.config decorator throughout.Jason R. Coombs2016-06-051-4/+5
* Rely on six for Python 3 differentiationJason R. Coombs2016-06-051-5/+7
* Use expose decorator throughout the codebase.Jason R. Coombs2016-06-051-7/+7
* Update test_logging to match the changes on the error log format after pull r...Joel Rivera2015-10-241-2/+3
* Merged in MichielOvertoom/cherrypycustomlogging (pull request #38)Jason R. Coombs2014-09-131-0/+20
|\
| * Custom logging: hostnameMichiel Overtoom2013-03-301-0/+20
* | Running: autopep8 -vvvvv -i `find . -name '*.py'`Gustavo Picon2014-01-121-3/+1
|/
* Removed trailing whitespace from the codebase.Gustavo Picon2012-04-031-21/+21
* Bye bye, py2/3.Robert Brewer2011-07-021-0/+157
* Bringing python3 back into trunk with its own py3 folder; what was in trunk g...trunkRobert Brewer2011-02-251-149/+0
* Removed test.py etc.Robert Brewer2010-04-271-6/+0
* Convert the tests to use nose instead of our own runner. This strips out muc...Joseph Tate2010-02-241-1/+3
* Moved "environment: test_suite" out of individual tests and into helper.py. M...Robert Brewer2009-02-101-2/+0
* Whew. Fixed the whole test suite to properly handle the --host arg.Robert Brewer2008-11-081-16/+2
* Fix for #824 (_cplogging.LogManager.access method not handling unicode in log...Robert Brewer2008-06-221-0/+169