Implement role-based account journeys with database and browser acceptance suites
Assistant: codex Assistant-Model: gpt-6-astra Assistant-Session: 01a092fe-13b1-7f12-ac74-7d258af4d79c
This commit is contained in:
parent
75750c0036
commit
1127f852dd
24 changed files with 1554 additions and 148 deletions
|
|
@ -97,6 +97,10 @@ class ProviderPostgresConformanceTests(unittest.TestCase):
|
|||
|
||||
def _store_factory(self) -> PostgresUserEngineStore:
|
||||
assert self.config is not None
|
||||
# This factory deliberately resets the shared disposable database. End
|
||||
# earlier read transactions before rerunning DDL on a new connection.
|
||||
for existing in self.connections:
|
||||
existing.commit()
|
||||
connection = connect_postgres_provider(self.config.dsn)
|
||||
reset_user_engine_postgres_tables(connection)
|
||||
self.connections.append(connection)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue