示例#1
0
def test_user_short_name():
    obj = AccountFactory()
    assert obj.get_short_name()
示例#2
0
def test_user_full_name():
    obj = AccountFactory()
    assert obj.get_full_name()