def test_user_short_name(): obj = AccountFactory() assert obj.get_short_name()
def test_user_full_name(): obj = AccountFactory() assert obj.get_full_name()