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

A bit more tests for streams

parent 27528ef1
No related branches found
No related tags found
No related merge requests found
Pipeline #7776 passed with warnings
......@@ -129,6 +129,10 @@ class TestDAQTimeslices(unittest.TestCase):
with self.assertRaises(KeyError):
assert 0 == len(self.ts._timeslices["L0"][0])
def test_streams(self):
self.ts.stream("L1", 0)
self.ts.stream("SN", 0)
def test_reading_frames(self):
assert 8 == len(self.ts.stream("SN", 1).frames[808447186])
......
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