示例#1
0
 def test__show_diff(self):
     proj = Project("test_project",
                    record_store=MockRecordStore())
     proj.show_diff("foo", "bar")
示例#2
0
 def test__show_diff(self):
     proj = Project("test_project", record_store=MockRecordStore())
     proj.show_diff("foo", "bar")