Regression
tests.test_api.test_document (from pytest)
Failing for the past 1 build
(Since Failed )
This test is unclaimed |
Error Message
NameError: name 'cophi' is not defined
Stacktrace
tmpdir = local('/tmp/pytest-of-jenkins/pytest-3/test_document0') def test_document(tmpdir): filepath = make_file(tmpdir, "document.txt", DOCUMENT) > document = cophi.document(str(filepath), token_pattern=r"\w") E NameError: name 'cophi' is not defined tests/test_api.py:23: NameError