Exemple #1
0
def test_group_revision_list():
    groups = get.group_list()
    assert groups['success'] == True
    group = groups['result'][0]
    results = get.group_revision_list(client=client.Client(), id=group)
    assert results['success'] is True
    assert results['result'][0]['timestamp'] != ''
Exemple #2
0
def test_group_revision_list():
    groups = get.group_list()
    assert groups['success'] == True
    group = groups['result'][0]
    results = get.group_revision_list(client=client.Client(), id=group)
    assert results['success'] is True
    assert results['result'][0]['timestamp'] != ''
def test_group_revision_list():
    results = get.group_revision_list(id=213)