Exemplo n.º 1
0
def test_sentiment_file(capsys):
    snippets.sentiment_file()
    out, _ = capsys.readouterr()
    assert 'Score: ' in out
Exemplo n.º 2
0
def test_sentiment_file(capsys):
    snippets.sentiment_file(TEST_FILE_URL)
    out, _ = capsys.readouterr()
    assert 'Score: 0' in out