summaryrefslogtreecommitdiff
path: root/cherrypy/test/test_bus.py
Commit message (Expand)AuthorAgeFilesLines
* Add test capturing expectation that 'wait' will publish periodically to 'chan...Jason R. Coombs2019-03-271-1/+13
* Extract variable 'flow' for better readability.Jason R. Coombs2019-03-271-6/+8
* Convert all strings to conform single-quoted styleSviatoslav Sydorenko2016-09-081-14/+14
* Remove Py<2.6 compat Thread.daemon crutchesSviatoslav Sydorenko2016-09-081-3/+2
* Remove unused importJason R. Coombs2015-12-191-1/+0
* Simply get set from builtinsJason R. Coombs2015-12-191-1/+1
* More PEP8 work.Gustavo Picon2014-01-121-4/+6
* Running: autopep8 -vvvvv -i `find . -name '*.py'`Gustavo Picon2014-01-121-7/+18
* Bye bye, py2/3.Robert Brewer2011-07-021-0/+263
* Bringing python3 back into trunk with its own py3 folder; what was in trunk g...trunkRobert Brewer2011-02-251-263/+0
* Freeow. The magic cherrypy/_cpcompat.py module to take all our py3k fears away.Robert Brewer2011-02-241-14/+3
* Test fixes.Robert Brewer2010-12-281-3/+5
* Fix for #1012 (process/plugins.py:PerpetualTimer wakes up CPU 20 times per se...Robert Brewer2010-06-051-3/+13
* Removed test.py etc.Robert Brewer2010-04-271-2/+0
* Convert the tests to use nose instead of our own runner. This strips out muc...Joseph Tate2010-02-241-47/+46
* Some cross ports from the python3 branch, including two test fixes.Robert Brewer2009-06-241-1/+1
* Some Python2.3 fixes.Robert Brewer2009-06-021-0/+4
* More test_bus goodness.Robert Brewer2009-01-141-3/+65
* More bus tests.Robert Brewer2009-01-121-3/+27
* More test_bus stuff.Robert Brewer2009-01-101-0/+60
* About time we had a test_bus.py.Robert Brewer2009-01-101-0/+115