Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix test_native to fail on error responsebugfix/native-http-server-py3 | Sviatoslav Sydorenko | 2019-06-23 | 1 | -1/+4 |
| | | | | | Ref: * https://github.com/cherrypy/cherrypy/pull/1712/files#diff-38455dfb545934fdb8aaae27bbfd32adR33 | ||||
* | Add test capturing expectation that 'wait' will publish periodically to ↵ | Jason R. Coombs | 2019-03-27 | 1 | -1/+13 |
| | | | | 'channel'. | ||||
* | Extract variable 'flow' for better readability. | Jason R. Coombs | 2019-03-27 | 1 | -6/+8 |
| | |||||
* | Once again, expect test_2_File_Concurrency to fail until a fix can be devised. | Jason R. Coombs | 2019-03-27 | 1 | -0/+1 |
| | | | | This reverts commit 58a6e40b7bdc4adfe03e57f918ab62789cfbe366. | ||||
* | Merge branch 'maint/17.x' | Jason R. Coombs | 2018-11-23 | 1 | -1/+5 |
|\ | |||||
| * | Fix test failures on pytest 4v17.4.1 | Jason R. Coombs | 2018-11-23 | 1 | -1/+5 |
| | | |||||
| * | Don't convert bytes headers to str | h3llrais3r | 2018-11-04 | 1 | -0/+7 |
| | | | | | | | | | | Backport https://github.com/cherrypy/cherrypy/pull/1736 Also fixes https://github.com/Lawouach/WebSocket-for-Python/pull/252 | ||||
* | | Check there's no errors during concurrency test | Sviatoslav Sydorenko | 2018-09-30 | 1 | -0/+1 |
| | | |||||
* | | Fix status code assertions in session tests | Sviatoslav Sydorenko | 2018-09-30 | 1 | -3/+3 |
| | | |||||
* | | Use assert statements in sessions mostly | Sviatoslav Sydorenko | 2018-09-30 | 1 | -48/+47 |
| | | |||||
* | | Fix test issues caused by ignoring session test | Sviatoslav Sydorenko | 2018-09-30 | 1 | -4/+4 |
| | | | | | | | | Close #1534 | ||||
* | | Fix test issue introduced by fixing #794 | Sviatoslav Sydorenko | 2018-09-30 | 1 | -2/+2 |
| | | | | | | | | Ref https://github.com/cherrypy/cherrypy/commit/96d251c | ||||
* | | Unexpect test_2_File_Concurrency to fail | Sviatoslav Sydorenko | 2018-09-30 | 1 | -1/+0 |
| | | | | | | | | Fix #1306 | ||||
* | | Fix pre-commit complaint | Sviatoslav Sydorenko | 2018-09-10 | 1 | -1/+4 |
| | | |||||
* | | Revert "Use UNIX-socket based memcached connection" | Sviatoslav Sydorenko | 2018-09-10 | 1 | -5/+29 |
| | | | | | | | | This reverts commit 471ae664021fd282217d2e0ed607a697fb01ece6. | ||||
* | | Revert "Forcefully stringify memcached socket path" | Sviatoslav Sydorenko | 2018-09-10 | 1 | -1/+1 |
| | | | | | | | | This reverts commit 43c83f36f36ce0f04d590b83017526429cf217b2. | ||||
* | | Forcefully stringify memcached socket path | Sviatoslav Sydorenko | 2018-09-10 | 1 | -1/+1 |
| | | |||||
* | | Use UNIX-socket based memcached connection | Sviatoslav Sydorenko | 2018-09-10 | 1 | -29/+8 |
| | | |||||
* | | Put check for memcache client into fixture | Sviatoslav Sydorenko | 2018-09-10 | 1 | -1/+6 |
| | | |||||
* | | Fix reason for skipif in memcached test suite | Sviatoslav Sydorenko | 2018-09-10 | 1 | -1/+1 |
| | | |||||
* | | Skip memcached tests under Windows | Sviatoslav Sydorenko | 2018-09-10 | 1 | -0/+5 |
| | | |||||
* | | Improve memcache test skipping | Sviatoslav Sydorenko | 2018-09-10 | 1 | -21/+13 |
| | | |||||
* | | Fix memcached test skipping | Sviatoslav Sydorenko | 2018-09-10 | 1 | -2/+11 |
| | | |||||
* | | Move exception trapping to the right place | Sviatoslav Sydorenko | 2018-09-09 | 1 | -15/+14 |
| | | |||||
* | | Fix catching "memcached unavailable" exception | Sviatoslav Sydorenko | 2018-09-09 | 1 | -1/+1 |
| | | |||||
* | | In _join_daemon, don't use os.wait(). Instead, use waitpid, harmonizing the ↵ | Jason R. Coombs | 2018-09-09 | 1 | -17/+3 |
| | | | | | | | | Unix and Windows approaches, and fixes #1741. | ||||
* | | Be smarter about memcached availability | Sviatoslav Sydorenko | 2018-09-09 | 1 | -1/+8 |
| | | |||||
* | | Use pytest.importorskip in a fixture | Sviatoslav Sydorenko | 2018-09-09 | 1 | -10/+3 |
| | | | | | | | | It is not a decorator | ||||
* | | Reorder importorskip decorator | Sviatoslav Sydorenko | 2018-09-09 | 1 | -1/+1 |
| | | |||||
* | | Use correct function for importorskip memcache | Sviatoslav Sydorenko | 2018-09-09 | 1 | -13/+1 |
| | | |||||
* | | pre-commit | Jason R. Coombs | 2018-09-09 | 1 | -1/+1 |
| | | |||||
* | | importorskip isn't a marker... so use the skipif marker. | Jason R. Coombs | 2018-09-09 | 1 | -2/+13 |
| | | |||||
* | | Use pytest-services to create an ephemeral instance of memcached for running ↵ | Jason R. Coombs | 2018-09-09 | 1 | -20/+38 |
| | | | | | | | | the session tests | ||||
* | | variable names should be more than one letter | Jason R. Coombs | 2018-09-09 | 1 | -2/+2 |
| | | |||||
* | | Ran pre-commitv18.0.1 | Jason R. Coombs | 2018-09-09 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #1740 from cherrypy/bugfix/1737-session-file-race | Jason R. Coombs | 2018-09-08 | 2 | -32/+30 |
|\ \ | | | | | | | Bugfix/1737 session file race | ||||
| * | | Remove unused importbugfix/1737-session-file-race | Jason R. Coombs | 2018-09-07 | 1 | -1/+0 |
| | | | |||||
| * | | Remove empty branch | Jason R. Coombs | 2018-09-07 | 1 | -9/+8 |
| | | | |||||
| * | | In teardown_class, also delete other files that may have been created during ↵ | Jason R. Coombs | 2018-09-07 | 1 | -11/+11 |
| | | | | | | | | | | | | the tests. Fixes #1737. | ||||
| * | | In StaticTest, use teardown_class to remove files after any server has been ↵ | Jason R. Coombs | 2018-09-07 | 1 | -2/+3 |
| | | | | | | | | | | | | stopped. Fixes #1737. | ||||
| * | | Leverage path.py for paths in test_sessions | Jason R. Coombs | 2018-09-07 | 1 | -8/+5 |
| | | | |||||
| * | | In SessionTest, perform teardown in the classmethod, and only after the ↵ | Jason R. Coombs | 2018-09-07 | 1 | -2/+4 |
| | | | | | | | | | | | | CPWebCase is torn down. (presumably) Fixes #1737. | ||||
* | | | Mark test_tracebacks as xfailing, as it's failing consistently. | Jason R. Coombs | 2018-09-07 | 1 | -0/+1 |
| | | | |||||
* | | | Remove xfail code, no longer relevant on Python 3. Ref #1544. | Jason R. Coombs | 2018-09-07 | 1 | -5/+0 |
|/ / | |||||
* | | Rely on Path object for cleaner logic | Jason R. Coombs | 2018-09-07 | 1 | -5/+9 |
| | | |||||
* | | Rewrite error log test with pure pytest | Sviatoslav Sydorenko | 2018-09-06 | 1 | -16/+31 |
| | | | | | | | | Temporary using requests directly | ||||
* | | Fix log marker in test logging | Sviatoslav Sydorenko | 2018-09-06 | 1 | -2/+4 |
| | | |||||
* | | Don't convert bytes headers to str | Sviatoslav Sydorenko | 2018-09-05 | 1 | -0/+7 |
|\ \ | | | | | | | PR #1736 by @tobiashenkel | ||||
| * | | Don't convert bytes headers to str | Tobias Henkel | 2018-09-04 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | Don't convert bytes header values using str() as str(b'foo') becomes "b'foo'". Instead just leave bytes as is like it was prior to v18.0.0. | ||||
* | | | Move import check to pytest.mark.importorskip | Sviatoslav Sydorenko | 2018-09-04 | 1 | -6/+1 |
| | | |