Coverage for src / mesh / tests / conftest.py: 100%
7 statements
« prev ^ index » next coverage.py v7.13.1, created at 2026-05-04 12:41 +0000
« prev ^ index » next coverage.py v7.13.1, created at 2026-05-04 12:41 +0000
1import pytest
2from django.db.models import Value
4from mesh.models.roles import aggregates_conf
7@pytest.fixture(scope="session", autouse=True)
8def auto_resource(request):
9 aggregates_conf["authors_string_aggregate"] = Value("SQLITE_NOT_SUPPORTED")
10 yield