index
:
delta/cherrypy-git.git
1370-return-400-for-invalid-header
backport/17.x--bugfix--native-http-server-py3
bugfix/1680-unicode-in-http-auth
bugfix/1680-unicode-in-http-auth-backup
bugfix/1737-session-file-race
bugfix/1742-no-mkdir
bugfix/limit-pypywin32-ver-for-py34
bugfix/native-http-server-py3
bugfixes/1849-gzip-compression-header-cpython-bug39389
call-aside
dependabot/add-v2-config-file
dependabot/pip/pytest-gte-5.3.5-and-lt-6.2.0
feature/skeleton
main
maint/17.x
master
pre-commit-ci-update-config
use-assign-params
use-projection
github.com: cherrypy/cherrypy.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cherrypy
/
test
/
test_session.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Once again, expect test_2_File_Concurrency to fail until a fix can be devised.
Jason R. Coombs
2019-03-27
1
-0
/
+1
*
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
*
Fix test issue introduced by fixing #794
Sviatoslav Sydorenko
2018-09-30
1
-2
/
+2
*
Unexpect test_2_File_Concurrency to fail
Sviatoslav Sydorenko
2018-09-30
1
-1
/
+0
*
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
*
Revert "Forcefully stringify memcached socket path"
Sviatoslav Sydorenko
2018-09-10
1
-1
/
+1
*
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
*
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
*
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
*
In SessionTest, perform teardown in the classmethod, and only after the CPWeb...
Jason R. Coombs
2018-09-07
1
-2
/
+4
*
Rely on Path object for cleaner logic
Jason R. Coombs
2018-09-07
1
-5
/
+9
*
Move import check to pytest.mark.importorskip
Sviatoslav Sydorenko
2018-09-04
1
-6
/
+1
*
Revert condition for skipping memcached test
Sviatoslav Sydorenko
2018-09-04
1
-1
/
+4
*
Add a skip reason to memcached tests
Sviatoslav Sydorenko
2018-09-04
1
-1
/
+1
*
Convert skipping memcached test to pytest way
Sviatoslav Sydorenko
2018-09-04
1
-98
/
+98
*
Fix redirect memcached session test
Sviatoslav Sydorenko
2018-09-04
1
-1
/
+1
*
Fix MemcachedSession import in tests
Sviatoslav Sydorenko
2018-09-04
1
-1
/
+3
*
Fix MemcachedSession test
Sviatoslav Sydorenko
2018-09-04
1
-1
/
+1
*
Move json from _cpcompat to its own module.
Jason R. Coombs
2018-09-04
1
-5
/
+3
*
Remove reliance on six
Jason R. Coombs
2018-09-02
1
-2
/
+1
*
Use importlib.import_module for programmatic imports
Jason R. Coombs
2017-10-29
1
-1
/
+2
*
Don't fail to remove a non-existent file. Fixes #1540.
Jason R. Coombs
2017-10-28
1
-3
/
+3
*
Honor E731 linter warning
Jason R. Coombs
2017-10-28
1
-4
/
+7
*
Remove exemption for extra long lines. Updated code to conform with standard ...
Jason R. Coombs
2017-10-28
1
-2
/
+4
*
Simply use list to construct a list of keys of a dict
Jason R. Coombs
2017-07-09
1
-4
/
+4
*
Use six for http imports
Jason R. Coombs
2017-07-09
1
-1
/
+3
*
PEP8fy codebase: eliminated E266 flake8 error
Sviatoslav Sydorenko
2017-03-11
1
-2
/
+2
*
PEP8fy codebase: eliminated E305 flake8 error
Sviatoslav Sydorenko
2017-03-11
1
-1
/
+1
*
Fixup same style string quotes across the repo
Sviatoslav Sydorenko
2017-03-03
1
-1
/
+1
*
Mark test as xfail. Ref #1557.
Jason R. Coombs
2017-02-08
1
-0
/
+1
*
Mark test as xfail. Ref #1540.
Jason R. Coombs
2016-12-27
1
-0
/
+1
*
Use built-in dict assertion in test_session
Sviatoslav Sydorenko
2016-12-25
1
-2
/
+6
*
double quoted strings are apparently discouraged
Jason R. Coombs
2016-12-23
1
-2
/
+2
[next]