Failed

tests.test_model.TestTextfile.test_value_error (from pytest)

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

This test is unclaimed

Error Message

AttributeError: module 'cophi' has no attribute 'model'

Stacktrace

self = <test_model.TestTextfile object at 0x7f787b418f98>
tmpdir = local('/tmp/pytest-of-jenkins/pytest-20/test_value_error0')

    def test_value_error(self, tmpdir):
        with pytest.raises(ValueError):
>           cophi.model.Textfile("raises", treat_as="error")
E           AttributeError: module 'cophi' has no attribute 'model'

tests/test_model.py:83: AttributeError