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