def test_vocabulary_list(): results = get.vocabulary_list(client=Cl())
def test_vocabulary_list(): results = get.vocabulary_list(client=client.Client()) assert results['success'] is True assert isinstance(results['result'], list)
def test_vocabulary_list(): results = get.vocabulary_list(client=client.Client()) assert results["success"] is True assert isinstance(results["result"], list)