mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-10-06 22:32:41 +07:00
6 lines
109 B
Python
6 lines
109 B
Python
|
|
from pytest_factoryboy import register
|
||
|
|
|
||
|
|
from tests.users.factories import UserFactory
|
||
|
|
|
||
|
|
register(UserFactory)
|