Exemplo n.º 1
0
def test_term_translation_show():
    results = get.term_translation_show(terms=123)
    assert results['success'] is True
    assert isinstance(results['result'], list)
Exemplo n.º 2
0
def test_term_translation_show():
    results = get.term_translation_show(client=client.Client(), terms='test')
    assert results['success'] is True
    assert isinstance(results['result'], list)
Exemplo n.º 3
0
def test_term_translation_show():
    results = get.term_translation_show(client=client.Client(), terms="test")
    assert results["success"] is True
    assert isinstance(results["result"], list)