Regression
tests.test_utils.test_parameter (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_parameter(): > parameter = cophi.utils._parameter(TOKENS, "sichel_s") E AttributeError: module 'cophi' has no attribute 'utils' tests/test_utils.py:30: AttributeError