[Buildbot-commits] [buildbot/buildbot] 57721a: Add some tests for the renderable adapters.
GitHub
noreply at github.com
Sat Mar 31 03:46:57 UTC 2012
Branch: refs/heads/master
Home: https://github.com/buildbot/buildbot
Commit: 57721a3d32dea2b2a6a476c41064706e9fc107e0
https://github.com/buildbot/buildbot/commit/57721a3d32dea2b2a6a476c41064706e9fc107e0
Author: Tom Prince <tom.prince at ualberta.net>
Date: 2012-03-30 (Fri, 30 Mar 2012)
Changed paths:
M master/buildbot/test/unit/test_process_properties.py
Log Message:
-----------
Add some tests for the renderable adapters.
Commit: 9d7706e619227d45174ffb1064bc9e77f2b64211
https://github.com/buildbot/buildbot/commit/9d7706e619227d45174ffb1064bc9e77f2b64211
Author: Tom Prince <tom.prince at ualberta.net>
Date: 2012-03-30 (Fri, 30 Mar 2012)
Changed paths:
M master/buildbot/test/unit/test_process_properties.py
Log Message:
-----------
Change direct tests of PropertyMap to use WithProperties instead.
PropertyMap is an implementation detail of WithProperties, so test
the user interface directly, instead of the implementation detail.
Commit: c271360c0e9919edbef78238fc01b4c58c8888f5
https://github.com/buildbot/buildbot/commit/c271360c0e9919edbef78238fc01b4c58c8888f5
Author: Tom Prince <tom.prince at ualberta.net>
Date: 2012-03-30 (Fri, 30 Mar 2012)
Changed paths:
M master/buildbot/process/properties.py
Log Message:
-----------
Don't store a PropertyMap on Properties.
PropertyMap is an implementation detail of WithProperties, so the only
thing that should need to know about it is WithProperties.
Compare: https://github.com/buildbot/buildbot/compare/e35caa3...c271360
More information about the Commits
mailing list