mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
session: Enforce that changes cannot happen in a transaction.
This commit is contained in:
@@ -133,6 +133,8 @@ not_yet_fully_covered = [
|
||||
"zerver/webhooks/teamcity/view.py",
|
||||
"zerver/webhooks/travis/view.py",
|
||||
"zerver/webhooks/zapier/view.py",
|
||||
# Cannot have coverage, as tests run in a transaction
|
||||
"zerver/lib/safe_session_cached_db.py",
|
||||
]
|
||||
|
||||
enforce_fully_covered = sorted(
|
||||
|
||||
Reference in New Issue
Block a user