Regression
tests.test_complexity.test_wrapper (from pytest)
Failing for the past 1 build
(Since Failed )
This test is unclaimed |
Error Message
AttributeError: module 'cophi' has no attribute 'complexity'
Stacktrace
def test_wrapper(): for measure in MEASURES: > function = cophi.complexity.wrapper(measure) E AttributeError: module 'cophi' has no attribute 'complexity' tests/test_complexity.py:109: AttributeError