コード例 #1
0
ファイル: reporting_test.py プロジェクト: kthnyt/auxi.0
 def setUp(self):
     self.object = Report([["cola", "colb"], [1, 2]])
     self.object_w_file = Report([["cola", "colb"], [1, 2]], "./test")