示例#1
0
 def testTuplize(self, ins, outs):
     self.assertEqual(Channel._tuplize(ins), outs)
示例#2
0
def test_cleanup(obj, expt):
    assert Channel._tuplize(obj) == expt