98
98
# We override the run() command method so we can observe the
103
103
self.overrideAttr(builtins.cmd_rocks, 'run', run)
104
104
self.run_bzr(['rocks', '-Oxx=12', '-Oyy=foo'])
106
106
# Ensure that we don't leak outside of the command
111
111
class TestInvokedAs(tests.TestCase):