Open calpaterson opened 6 months ago
Somewhere along the line, something has gone wrong and the session lifetime in tests not crosses multiple requests
sesh.commit()
Test fails
Test passes
https://github.com/calpaterson/csvbase/blob/67ed93c66bd427db318d46cf176443a59b65fb53/csvbase/web/main/bp.py#L1199 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
https://github.com/calpaterson/csvbase/blob/67ed93c66bd427db318d46cf176443a59b65fb53/csvbase/web/main/bp.py#L1199 is a good candidate, when run in conjunction with the registration tests