From 4dd0f61934cb2123eafefe9a16d65b9b86406040 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 7 Nov 2012 10:51:13 +0100 Subject: [PATCH] --whitespace Signed-off-by: Nico Schottelius --- cdist/test/emulator/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cdist/test/emulator/__init__.py b/cdist/test/emulator/__init__.py index ec254a21..ecbb97a3 100644 --- a/cdist/test/emulator/__init__.py +++ b/cdist/test/emulator/__init__.py @@ -212,7 +212,7 @@ class ArgumentsTestCase(test.CdistTestCase): # argv = [type_name, object_id, '--required1', value] # os.environ.update(self.env) # emu = emulator.Emulator(argv) -# +# # self.assertRaises(SystemExit, emu.run) def test_optional(self): @@ -251,7 +251,7 @@ class StdinTestCase(test.CdistTestCase): self.manifest = core.Manifest( target_host=self.target_host, local = self.local) - + def tearDown(self): os.environ = self.orig_environ shutil.rmtree(self.temp_dir)