conftest.py 109 B

12345
  1. from pytest_factoryboy import register
  2. from tests.users.factories import UserFactory
  3. register(UserFactory)