Example #1
0
 def test_read_channel_sets(self):
     """
     Test that all the channel sets are read.
     """
     with open(THREE_CHAN_FCNT, 'rb') as fi:
         channel_sets = rc._read_channel_sets(fi)
     self.assertEqual(len(channel_sets), 3)
Example #2
0
 def test_read_channel_sets(self):
     """
     Test that all the channel sets are read.
     """
     with open(THREE_CHAN_FCNT, 'rb') as fi:
         channel_sets = rc._read_channel_sets(fi)
     self.assertEqual(len(channel_sets), 3)