Exemplo n.º 1
0
 def test_expand_1(self):
     ret = TM35Block.expand('K3444B')
     self.assertEqual(len(ret), 4)
     self.assertTrue('K3444B1' in ret)
     self.assertTrue('K3444B2' in ret)
     self.assertTrue('K3444B3' in ret)
     self.assertTrue('K3444B4' in ret)
Exemplo n.º 2
0
 def test_expand_2(self):
     ret = TM35Block.expand('K3')
     self.assertEqual(len(ret), 2048)