コード例 #1
0
def test_organization_list_for_user():
    results = get.organization_list_for_user(client=client.Client())
    assert results['success'] is True
    orgs = results['result']
    assert len(orgs) >= 0
    if len(orgs) > 0:
        assert orgs[0] != ''
コード例 #2
0
def test_organization_list_for_user():
    results = get.organization_list_for_user(client=client.Client())
    assert results['success'] is True
    orgs = results['result']
    assert len(orgs) >= 0
    if len(orgs) > 0:
        assert orgs[0] != ''
コード例 #3
0
def test_organization_list_for_user():
    results = get.organization_list_for_user(client=Cl(), permission=123)