summaryrefslogtreecommitdiff
path: root/cherrypy/test/test_states.py
Commit message (Expand)AuthorAgeFilesLines
* Remove reliance on sixJason R. Coombs2018-09-021-2/+1
* Constrain the xfail to the one environment where it's known to be failing.Jason R. Coombs2018-02-191-1/+3
* Gotta use single quotesJason R. Coombs2018-02-191-1/+1
* Mark test as xfail on Python 3.7. Ref #1693.Jason R. Coombs2018-02-191-0/+4
* Merge branch 'master' into feature/1625-remove-timeoutsJason R. Coombs2017-11-151-1/+2
|\
| * Regarding E305, honor the style guide rather than suppressing errors.Jason R. Coombs2017-10-291-1/+2
* | Remove unused importJason R. Coombs2017-10-251-1/+0
* | Update test_signal_handler_unsubscribe to not hard-code the number of lines b...Jason R. Coombs2017-10-251-3/+5
* | Remove unused importJason R. Coombs2017-10-251-1/+0
* | Remove request timeout support. Fixes #1625.Jason R. Coombs2017-10-251-45/+0
|/
* Use six for http importsJason R. Coombs2017-07-091-1/+3
* PEP8fy codebase: eliminated E305 flake8 errorSviatoslav Sydorenko2017-03-111-1/+1
* Don't use protected _check_port member. 'occupied' is suitable.Jason R. Coombs2017-01-201-1/+1
* Rely on portend for port checks. Fixes #1332.Jason R. Coombs2017-01-191-41/+23
* Convert all strings to conform single-quoted styleSviatoslav Sydorenko2016-09-081-48/+48
* Remove the deperecated backward compatibility for legacy config keys in the e...Jason R. Coombs2016-07-241-1/+1
* Use expose decorator throughout the codebase.Jason R. Coombs2016-06-051-5/+5
* Add new argument to openURL for the testsuite to be able toJoel Rivera2016-03-031-2/+18
* Merge with default - also fixing conflict in test file when merged.Allan Crooks2014-04-161-3/+3
|\
| * unnitest.assertIn isn't available in Python 2.6Gustavo Picon2014-04-161-2/+2
| * No longer using assertIsinstance (is 2.7+ only)Gustavo Picon2014-04-161-1/+1
* | Update test_states so some tests can run in isolation without requiring side-...Allan Crooks2014-04-161-0/+10
|/
* Test expected warning from wait_for_occupied_port()Bryan Deeney2014-04-151-4/+11
* Running: autopep8 -vvvvv -i `find . -name '*.py'`Gustavo Picon2014-01-121-16/+23
* Move import to the topJason R. Coombs2012-12-261-5/+1
* Removed unnecessary indentJason R. Coombs2012-12-261-2/+1
* Added test to simulate failure reported in #1100.Jason R. Coombs2012-04-081-0/+56
* Skip a test that consistently fails on Windows due to the implementation of o...Jason R. Coombs2012-03-221-1/+8
* Extracted method for skipping when the necessary signal and kill method aren'...Jason R. Coombs2012-03-221-22/+14
* Re-saved with excess whitespace removed. Removed unused import.Jason R. Coombs2012-03-221-2/+0
* Better message when test_states fails due to slow autoreloadRobert Brewer2011-07-051-1/+3
* Bye bye, py2/3.Robert Brewer2011-07-021-0/+437
* Bringing python3 back into trunk with its own py3 folder; what was in trunk g...trunkRobert Brewer2011-02-251-436/+0
* Freeow. The magic cherrypy/_cpcompat.py module to take all our py3k fears away.Robert Brewer2011-02-241-3/+3
* Removed test.py etc.Robert Brewer2010-04-271-8/+0
* Convert the tests to use nose instead of our own runner. This strips out muc...Joseph Tate2010-02-241-73/+72
* A couple syncs with python3.Robert Brewer2009-10-171-1/+0
* Removed py3print.Robert Brewer2009-06-141-18/+10
* trunk - oops - these prints were mussed up.Lakin Wecker2009-06-011-9/+9
* trunk - adding a py3util module that will normalize as many differences betwe...Lakin Wecker2009-06-011-10/+10
* A stray b''.Robert Brewer2009-05-311-1/+1
* trunk - porting the fixes to test_states from r2290.Lakin Wecker2009-05-311-11/+27
* Fixed a buglet in test_states.Robert Brewer2009-03-091-38/+41
* Rework of test suite to start the engine once per module, and only for module...Robert Brewer2009-01-291-168/+46
* New helper.CPProcess class (moved from test_states), plus a bugfix to allow C...Robert Brewer2008-06-301-118/+47
* Fixed sig handler unsubscribe test for Unix, plus an odd race condition in au...Robert Brewer2008-06-291-14/+8
* Test and fix for #826 (SignalHandler needs an unsubscribe). Need nix testing.Robert Brewer2008-06-291-9/+74
* Fixed test_states for nix.Robert Brewer2008-06-291-2/+4
* Fix for #828 (CherryPy should exit on SIGHUP if not daemonized). The tests ne...Robert Brewer2008-06-291-14/+84
* Some test_states love. Also, cherryd grew an --import option.Robert Brewer2008-06-291-53/+87