コード例 #1
0
ファイル: test_attribute.py プロジェクト: cepheidxa/python
 def test_dump_statement(self):
     for statement in self.__statement:
         t = Attribute(statement)
         self.assertEqual(t.dump_statement(), 'attribute name;')
コード例 #2
0
ファイル: test_attribute.py プロジェクト: cepheidxa/python
 def test_dump_statement(self):
     for statement in self.__statement:
         t = Attribute(statement)
         self.assertEqual(t.dump_statement(), 'attribute name;')