honcho/tests/setup_examples/conftest.py

8 lines
162 B
Python

import pytest
@pytest.fixture(autouse=True)
def mock_tracked_db():
"""Disable the DB-heavy tracked_db autouse fixture for setup example tests."""
yield