Failed

tests.test_utils.test_find_tokens (from pytest)

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

This test is unclaimed

Error Message

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

Stacktrace

def test_find_tokens():
>       tokens = cophi.utils.find_tokens(DOCUMENT, r"\w")
E       AttributeError: module 'cophi' has no attribute 'utils'

tests/test_utils.py:15: AttributeError