Regression
tests.test_utils.test_lowercase_tokens (from pytest)
Failing for the past 1 build
(Since Failed )
This test is unclaimed |
Error Message
AttributeError: module 'cophi' has no attribute 'utils'
Stacktrace
def test_lowercase_tokens(): > tokens = cophi.utils.lowercase_tokens(TOKENS) E AttributeError: module 'cophi' has no attribute 'utils' tests/test_utils.py:22: AttributeError