Commit 588cd2cf authored by Jim Fulton's avatar Jim Fulton

Added cd convenience function.

parent 1326fbef
......@@ -103,6 +103,7 @@ def buildoutSetUp(test):
__temporary_directories__ = temporary_directories,
__tearDown__ = [],
mkdtemp = mkdtemp,
cd = os.chdir,
))
def buildoutTearDown(test):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment