예제 #1
0
 def __init__(self):
     Mock.__init__(self)
     self.checkout_root = os.getcwd()
예제 #2
0
 def __init__(self):
     Mock.__init__(self)
     self.queries = MockBugzillaQueries(self)
     self.committers = CommitterList(
         reviewers=[Reviewer("Foo Bar", "*****@*****.**")])
예제 #3
0
 def __init__(self, bugzilla):
     Mock.__init__(self)
     self._bugzilla = bugzilla
예제 #4
0
 def __init__(self):
     Mock.__init__(self)
     self.checkout_root = os.getcwd()
예제 #5
0
 def __init__(self):
     Mock.__init__(self)
     self.queries = MockBugzillaQueries(self)
     self.committers = CommitterList(reviewers=[Reviewer("Foo Bar",
                                                         "*****@*****.**")])
예제 #6
0
 def __init__(self, bugzilla):
     Mock.__init__(self)
     self._bugzilla = bugzilla