mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-07-25 15:03:31 +00:00

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
114 B
Python
5 lines
114 B
Python
def test_new_user(user_factory):
|
|
print(user_factory.name)
|
|
print(user_factory.description)
|
|
assert True
|