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