コード例 #1
0
ファイル: tests.py プロジェクト: amoffat/python-cgla
 def test_to_list(self):
     v = Vec(1, 2, 3)
     self.assertEqual(v.to_list(), [1, 2, 3])