コード例 #1
0
ファイル: test_projects.py プロジェクト: Felix11H/sumatra
 def test__add_comment__should_set_the_outcome_attribute_of_the_record(self):
     proj = Project("test_project",
                    record_store=MockRecordStore())
     proj.add_comment("foo", "comment goes here")
コード例 #2
0
 def test__add_comment__should_set_the_outcome_attribute_of_the_record(
         self):
     proj = Project("test_project", record_store=MockRecordStore())
     proj.add_comment("foo", "comment goes here")