8

fix flake error in conftest

This commit is contained in:
sewagodimo
2019-01-09 17:25:56 +02:00
parent cbb56847ae
commit f054b86e07

View File

@@ -6,6 +6,7 @@ pytest_plugins = [
'tests.fixtures'
]
@pytest.fixture(autouse=True)
def enable_db_access(db):
pass