Description
Somewhere along the line, something has gone wrong and the session lifetime in tests not crosses multiple requests
Steps to reproduce
- Find a test that POSTs something and then GETs it
- Remove the
sesh.commit() from the relevant system code
Expected result
Test fails
Actual result
Test passes
Additional details
is a good candidate, when run in conjunction with the registration tests
Description
Somewhere along the line, something has gone wrong and the session lifetime in tests not crosses multiple requests
Steps to reproduce
sesh.commit()from the relevant system codeExpected result
Test fails
Actual result
Test passes
Additional details
csvbase/csvbase/web/main/bp.py
Line 1199 in 67ed93c