mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 09:09:24 +02:00
4 lines
119 B
Python
4 lines
119 B
Python
|
|
def test__str__(factories):
|
|
user = factories['users.User'](username='hello')
|
|
assert user.__str__() == 'hello'
|