mirror of
https://github.com/Balshgit/mosgortrans.git
synced 2025-09-11 13:00:40 +03:00
reformat tests
This commit is contained in:
parent
ad90d3b02f
commit
68caa17527
@ -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')
|
Loading…
x
Reference in New Issue
Block a user