Regression
tests.test_model.TestTextfile.test_stringify (from pytest)
Failing for the past 1 build
(Since Failed )
This test is unclaimed |
Error Message
test setup failure
Stacktrace
tmpdir = local('/tmp/pytest-of-jenkins/pytest-20/test_stringify0') @pytest.fixture def textfile_xml(tmpdir): p = make_file(tmpdir, "document.xml", "<xml>{}</xml>".format(DOCUMENT)) > return cophi.model.Textfile(str(p), treat_as=".xml") E AttributeError: module 'cophi' has no attribute 'model' tests/test_model.py:32: AttributeError