コード例 #1
0
ファイル: testChannel.py プロジェクト: taebow/PyPPL
 def testTuplize(self, ins, outs):
     self.assertEqual(Channel._tuplize(ins), outs)
コード例 #2
0
ファイル: test_channel.py プロジェクト: adi0321/PyPPL
def test_cleanup(obj, expt):
    assert Channel._tuplize(obj) == expt