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
The parser tests for some ATF features are missing meaningful assertions and therefore pass trivially.
This is because these tests were initially skipped while the relevant features were not supported, but no assertions were provided when they were reenabled.
The features in question and corresponding tests in test_atfparser.py are:
The parser tests for some ATF features are missing meaningful assertions and therefore pass trivially.
This is because these tests were initially skipped while the relevant features were not supported, but no assertions were provided when they were reenabled.
The features in question and corresponding tests in
test_atfparser.py
are:#key
test_key_protocol
,test_double_equals_in_key_protocol
,test_many_equals_in_key_protocol
,test_empty_key_in_key_protocol
use mylines
test_mylines_protocol
use lexical
test_lexical_protocol
#lemmatizer
test_lemmatizer_protocol
={
test_line_equalsbrace
The text was updated successfully, but these errors were encountered: