We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da25808 commit 379bbf2Copy full SHA for 379bbf2
tests/conftest.py
@@ -9,5 +9,5 @@
9
10
11
@pytest.fixture(scope="function", autouse=True)
12
-def clear_database_auto(clear_database):
+def clear_database_auto(clear_database_before_test):
13
"""Automatically clear database in between tests."""
0 commit comments