Failed

tests.test_model.TestTextfile.test_suffix (from pytest)

Failing for the past 1 build (Since #103 )
Took 1 ms.

This test is unclaimed

Error Message

test setup failure

Stacktrace

tmpdir = local('/tmp/pytest-of-jenkins/pytest-20/test_suffix0')

    @pytest.fixture
    def textfile_suffix(tmpdir):
        p = make_file(tmpdir, "document.txt", DOCUMENT)
>       return cophi.model.Textfile(str(p), treat_as=None)
E       AttributeError: module 'cophi' has no attribute 'model'

tests/test_model.py:22: AttributeError