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