Skip to content

Commit

Permalink
Fix imports in conftest
Browse files Browse the repository at this point in the history
  • Loading branch information
tsx committed Feb 1, 2024
1 parent 0b33e21 commit 4b85334
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,10 @@

from pytest import fixture

from inbox.util.testutils import (
dump_dns_queries, # noqa
files, # noqa
mock_dns_resolver, # noqa
mock_imapclient, # noqa
mock_smtp_get_connection, # noqa
uploaded_file_ids, # noqa
)

from tests.api.base import TestAPIClient
from tests.util.base import * # noqa

# Additional fixtures
pytest_plugins = ["inbox.util.testutils", "tests.util.base"]


@fixture
Expand Down

0 comments on commit 4b85334

Please sign in to comment.