From 141e17a5d6c86994ea74e1691bee8cc01fca7cf6 Mon Sep 17 00:00:00 2001 From: Tamas Gal <tgal@km3net.de> Date: Fri, 14 Feb 2020 08:23:31 +0100 Subject: [PATCH] Test string representation of SummarySlices --- tests/test_daq.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/test_daq.py b/tests/test_daq.py index 01f4304..5a4e9c7 100644 --- a/tests/test_daq.py +++ b/tests/test_daq.py @@ -394,6 +394,9 @@ class TestSummaryslices(unittest.TestCase): for a, b in zip(get_channel_flags(frame.fifo[0]), fifo_flags) ]) + def test_str(self): + print(str(self.ss)) + class TestGetRate(unittest.TestCase): def test_zero(self): -- GitLab