Skip to content

Commit 893235e

Browse files
authored
Merge pull request hardbyte#1031 from hardbyte/add-some-logformat-tests
Enable a tiny test case
2 parents 98771ea + 0355e31 commit 893235e

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

test/logformats_test.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -737,9 +737,11 @@ class TestPrinter(unittest.TestCase):
737737
TODO test append mode
738738
"""
739739

740-
# TODO add CAN FD messages
741740
messages = (
742-
TEST_MESSAGES_BASE + TEST_MESSAGES_REMOTE_FRAMES + TEST_MESSAGES_ERROR_FRAMES
741+
TEST_MESSAGES_BASE
742+
+ TEST_MESSAGES_REMOTE_FRAMES
743+
+ TEST_MESSAGES_ERROR_FRAMES
744+
+ TEST_MESSAGES_CAN_FD
743745
)
744746

745747
def test_not_crashes_with_stdout(self):

0 commit comments

Comments
 (0)