Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions test/logformats_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -737,9 +737,11 @@ class TestPrinter(unittest.TestCase):
TODO test append mode
"""

# TODO add CAN FD messages
messages = (
TEST_MESSAGES_BASE + TEST_MESSAGES_REMOTE_FRAMES + TEST_MESSAGES_ERROR_FRAMES
TEST_MESSAGES_BASE
+ TEST_MESSAGES_REMOTE_FRAMES
+ TEST_MESSAGES_ERROR_FRAMES
+ TEST_MESSAGES_CAN_FD
)

def test_not_crashes_with_stdout(self):
Expand Down