]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
test_runner: cleanup, refactor common code into a non-executable method
authorBrian Warner <warner@lothar.com>
Wed, 27 Jan 2010 22:40:40 +0000 (14:40 -0800)
committerBrian Warner <warner@lothar.com>
Wed, 27 Jan 2010 22:40:40 +0000 (14:40 -0800)
commit3880486f911ec3cf1dc3816c4390bc589830e53f
treec03259e8837c23a7af6d77196bc50c8eebab1fb4
parent5045a8721a46e73e1b2252ff37e97c596bb9be4f
test_runner: cleanup, refactor common code into a non-executable method

Having both test_node() and test_client() (one of which calls the other) felt
confusing to me, so I changed it to have test_node(), test_client(), and a
common do_create() helper method.
src/allmydata/test/test_runner.py