"""conftest.""" import pytest from tests.testutils import mock_auth @pytest.fixture(autouse=True) def _mock_auth(mocker, mock_account): mock_auth(mocker, mock_account.id)