Skip to content

Commit

Permalink
Make pep8 happy.
Browse files Browse the repository at this point in the history
  • Loading branch information
benallard committed Nov 26, 2014
1 parent 934c8b6 commit b19dd1c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions master/buildbot/test/unit/test_process_build.py
Expand Up @@ -636,10 +636,13 @@ def test_getSummaryStatistic(self):
@defer.inlineCallbacks
def testflushProperties(self):
b = self.build

class FakeBuildStatus(Mock):
implements(interfaces.IProperties)
b.build_status = FakeBuildStatus()

class Properties(Mock):

def asList(self):
return [(u'p', 5, u'fake'),
(u'p2', ['abc', 9], u'mock')]
Expand Down

0 comments on commit b19dd1c

Please sign in to comment.