You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR #90 resolved 55 of the 66 remaining test failures from issue #73. The following 11 failures were deferred as they require genuine module-level source rewrites, not test patches.
Root causes identified
Source implementations have diverged from the interfaces the tests were written against
Method signatures, return types, or class structures no longer match test expectations
Context
PR #90 resolved 55 of the 66 remaining test failures from issue #73. The following 11 failures were deferred as they require genuine module-level source rewrites, not test patches.
Root causes identified
What needs doing
Work through each failing test in
tests/nlu_nlg/nlu/andtests/nlu_nlg/nlg/file by file:Files in scope
tests/nlu_nlg/nlu/— NLU parser/pipeline teststests/nlu_nlg/nlg/— NLG generator testsgodelOS/nlu_nlg/Acceptance criteria
All 11 previously-failing tests pass without
skipifguards.Related: #73, #90