[tests] Ensure new Teil is entered into the DB

This commit is contained in:
bronsen 2025-03-13 17:45:01 +01:00
parent 8500ebb157
commit 55be0c8370
2 changed files with 23 additions and 0 deletions

5
collector/conftest.py Normal file
View file

@ -0,0 +1,5 @@
import pytest
@pytest.fixture(autouse=True)
def enable_db_access_for_all_tests(db):
pass