Skip to content
Snippets Groups Projects
Commit 141e17a5 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Test string representation of SummarySlices

parent f81dbfb4
No related branches found
No related tags found
No related merge requests found
Pipeline #8513 passed
......@@ -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):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment