[tests] Ensure new Teil is entered into the DB
This commit is contained in:
parent
8500ebb157
commit
55be0c8370
2 changed files with 23 additions and 0 deletions
5
collector/conftest.py
Normal file
5
collector/conftest.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import pytest
|
||||
|
||||
@pytest.fixture(autouse=True)
|
||||
def enable_db_access_for_all_tests(db):
|
||||
pass
|
||||
Loading…
Add table
Add a link
Reference in a new issue