Пример #1
0
async def test_room_set_password():
    room = Room()
    room.set_password('cat')
    assert room.password_hash is not None