mirror of
https://github.com/stijndcl/didier.git
synced 2026-04-07 15:48:29 +02:00
Use event loop fixture again
This commit is contained in:
parent
cc8f8b1ee4
commit
6b91e792e6
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ def event_loop() -> Generator:
|
|||
|
||||
|
||||
@pytest.fixture(scope="session")
|
||||
def tables():
|
||||
def tables(event_loop):
|
||||
"""Initialize a database before the tests, and then tear it down again
|
||||
Starts from an empty database and runs through all the migrations to check those as well
|
||||
while we're at it
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue