teilchensammler/collector/conftest.py

6 lines
94 B
Python
Raw Normal View History

import pytest
@pytest.fixture(autouse=True)
def enable_db_access_for_all_tests(db):
pass