Exemplo n.º 1
0
def test_vocabulary_list():
    results = get.vocabulary_list(client=Cl())
Exemplo n.º 2
0
def test_vocabulary_list():
    results = get.vocabulary_list(client=client.Client())
    assert results['success'] is True
    assert isinstance(results['result'], list)
Exemplo n.º 3
0
def test_vocabulary_list():
    results = get.vocabulary_list(client=client.Client())
    assert results["success"] is True
    assert isinstance(results["result"], list)