コード例 #1
0
ファイル: tests.py プロジェクト: thunderboltsid/PlaceVentura
def test_user_short_name():
    obj = AccountFactory()
    assert obj.get_short_name()
コード例 #2
0
ファイル: tests.py プロジェクト: thunderboltsid/PlaceVentura
def test_user_full_name():
    obj = AccountFactory()
    assert obj.get_full_name()