[Buildbot-commits] [Buildbot] #2302: Make FakeMaster not be a mock.

Buildbot nobody at buildbot.net
Sun May 27 18:49:51 UTC 2012


#2302: Make FakeMaster not be a mock.
------------------------+---------------------
Reporter:  tom.prince   |       Owner:
    Type:  enhancement  |      Status:  closed
Priority:  major        |   Milestone:  0.8.+
 Version:  master       |  Resolution:  fixed
Keywords:  tests        |
------------------------+---------------------
Changes (by Dustin J. Mitchell):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 Make FakeMaster a full class, not a Mock

 This is a compromise between adding the required methods (and other
 classes) to fakemaster.py, and mocking out the required methods/class in
 the tests, or using a real method/class where appropriate.  Fixes #2302
  Changeset: 374e8c7dd9d248d6e596e4a7db8145a5f82459bc

-- 
Ticket URL: <http://trac.buildbot.net/ticket/2302#comment:2>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the Commits mailing list