def test_block_cell_name(self):
     b = BlockCellName("user/block/path/file.h")
     s = b.serialize()
     b2 = BlockCellName.deserialize(s)
     self.assertEqual(b, b2)
 def test_block_cell_name(self):
     b = BlockCellName("user/block/path/file.h")
     s = b.serialize()
     b2 = BlockCellName.deserialize(s)
     self.assertEqual(b, b2)