示例#1
0
 def begin_work_queue(self):
     AbstractPatchQueue.begin_work_queue(self)
     self._patches = PersistentPatchCollection(self)
示例#2
0
 def test_next(self):
     collection = PersistentPatchCollection(
         TestPersistentPatchCollectionDelegate())
     collection.next()