summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSviatoslav Sydorenko <wk@sydorenko.org.ua>2018-09-30 13:32:43 +0200
committerSviatoslav Sydorenko <wk@sydorenko.org.ua>2018-09-30 13:32:43 +0200
commit0cf5f3698a78c7d07f5bc43a1afda5acc6479db6 (patch)
treecd5bc89aa61b668e44598506c62b557bedba859e
parent9907444880af90de98944b2071ecd3418e206ec5 (diff)
downloadcherrypy-git-0cf5f3698a78c7d07f5bc43a1afda5acc6479db6.tar.gz
Check there's no errors during concurrency test
-rwxr-xr-xcherrypy/test/test_session.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cherrypy/test/test_session.py b/cherrypy/test/test_session.py
index e95bafd4..d668bb6f 100755
--- a/cherrypy/test/test_session.py
+++ b/cherrypy/test/test_session.py
@@ -288,6 +288,7 @@ class SessionTest(helper.CPWebCase):
for e in errors:
print(e)
+ assert len(errors) == 0
assert hitcount == expected
def test_3_Redirect(self):