mirror of
https://github.com/Balshgit/mosgortrans.git
synced 2025-12-16 21:50:39 +03:00
reformat tests
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import pytest
|
||||
from aiogram import Bot, types
|
||||
from app.tests.conftest import FakeTelegram
|
||||
from app.tests.factories import UserFactory
|
||||
from app.tests.data.factories import UserFactory
|
||||
|
||||
pytestmark = [
|
||||
pytest.mark.asyncio,
|
||||
@@ -1,5 +1,5 @@
|
||||
import factory
|
||||
from app.tests.models import User
|
||||
from app.tests.data.models import User
|
||||
from faker import Faker
|
||||
|
||||
faker = Faker('ru_RU')
|
||||
Reference in New Issue
Block a user