def test_cmp_jump(self): """ Check the number of bytes to jump to reach the next trace block. """ with open(THREE_CHAN_FCNT, 'rb') as fi: jump = rc._cmp_jump(fi, 288) self.assertEqual(jump, 60340)