예제 #1
0
 def setUp(self):
     (self.comps, self.prst) = support.mock_comps(True)
예제 #2
0
파일: test_group.py 프로젝트: gbraad/dnf
 def setUp(self):
     (self.comps, self.prst) = support.mock_comps(True)
예제 #3
0
파일: test_group.py 프로젝트: edynox/dnf
 def setUp(self):
     self.base = support.MockBase()
     self.history = self.base.history
     self.comps = support.mock_comps(self.history, True)
     self.prst = self.history.group
예제 #4
0
파일: test_group.py 프로젝트: jsgh/dnf
 def setUp(self):
     self.base = support.MockBase()
     self.history = self.base.history
     self.comps = support.mock_comps(self.history, True)
     self.prst = self.history.group