mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 00:19:16 +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'
|