[project @ 2006-05-19 06:28:10 by warner]
commitcaa373ea5f11dca0af03288b6d4c55a2c96b65c9
authorwarner <warner>
Fri, 19 May 2006 10:28:10 +0000 (19 11:28 +0100)
committerwarner <warner>
Fri, 19 May 2006 10:28:10 +0000 (19 11:28 +0100)
treeda622d1ec741624fa560d1d3a1b740fc65fbd7bc
parenteebe04b8a328cd0f03fa4ca12d31a6b70145ef81
[project @ 2006-05-19 06:28:10 by warner]

Revision: arch@buildbot.sf.net--2004/buildbot--dev--0--patch-537
Creator:  Brian Warner <warner@lothar.com>

test_vc.py: refactor repository-setup stuff out into helper classes

* buildbot/test/test_vc.py (VCS_Helper): factor out all the
setup-repository and do-we-have-the-vc-tools code into a separate
"helper" class, which sticks around in a single module-level
object. This seems more likely to continue to work in the future
than having it hide in the TestCase and hope that TestCases stick
around for a long time.
ChangeLog
buildbot/test/test_vc.py