Skip to content

Commit

Permalink
[DOP-13290] Refact code
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-pedchenko committed Mar 19, 2024
1 parent fe68142 commit 3716eb1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,7 @@
create_transfer,
create_user,
)
from tests.utils import (
prepare_new_database,
run_async_migrations,
)
from tests.utils import prepare_new_database, run_async_migrations

PROJECT_PATH = Path(__file__).parent.parent.resolve()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

from syncmaster.db.models import Status, Transfer
from tests.mocks import MockUser
from tests.utils import get_run_on_end
from tests.test_integration.test_run_transfer.conftest import df_schema
from tests.utils import get_run_on_end

pytestmark = [pytest.mark.asyncio, pytest.mark.worker, pytest.mark.hdfs, pytest.mark.postgres]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

from syncmaster.db.models import Status, Transfer
from tests.mocks import MockUser
from tests.utils import get_run_on_end
from tests.test_integration.test_run_transfer.conftest import df_schema
from tests.utils import get_run_on_end

pytestmark = [pytest.mark.asyncio, pytest.mark.worker, pytest.mark.s3, pytest.mark.postgres]

Expand Down

0 comments on commit 3716eb1

Please sign in to comment.