Ejemplo n.º 1
0
def test_vocabulary_show():
    results = get.vocabulary_show(id=123)
Ejemplo n.º 2
0
def test_vocabulary_show():
    return
    results = get.vocabulary_show(client=client.Client(), id='test')
    assert results['success'] is True
Ejemplo n.º 3
0
def test_vocabulary_show():
    return
    results = get.vocabulary_show(client=client.Client(), id="test")
    assert results["success"] is True