Failed

tests.test_api.test_export (from pytest)

Failing for the past 2 builds (Since #103 )
Took 0 ms.

This test is unclaimed

Error Message

test setup failure

Stacktrace

@pytest.fixture
    def document():
>       return cophi.model.Document(DOCUMENT, "document", r"\w")
E       AttributeError: module 'cophi' has no attribute 'model'

tests/test_api.py:15: AttributeError