コード例 #1
0
ファイル: test_models.py プロジェクト: larryw3i/camus
async def test_room_set_password():
    room = Room()
    room.set_password('cat')
    assert room.password_hash is not None