
Segregation of Dev and Prod envs, addition of tests Co-authored-by: Markos Gogoulos <mgogoulos@gmail.com> Co-authored-by: Ubuntu <shubhank@my-hostings.nxfutj5b2tlubjykddwgszqteb.bx.internal.cloudapp.net>
5 lines
109 B
Python
5 lines
109 B
Python
from pytest_factoryboy import register
|
|
|
|
from tests.users.factories import UserFactory
|
|
|
|
register(UserFactory)
|