update test for upcomming change: /__debug/__cdist_debug/

Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
remotes/origin/feature_files_export
Steven Armstrong 14 years ago
parent f732220e77
commit ef5eb34274
  1. 2
      lib/cdist/test/code/__init__.py
  2. 2
      lib/cdist/test/explorer/__init__.py

@ -120,4 +120,4 @@ class CodeTestCase(unittest.TestCase):
def test_debug_env_setup(self):
self.log.setLevel(logging.DEBUG)
code = cdist.core.code.Code(self.target_host, self.local, self.remote)
self.assertTrue("__debug" in code.env)
self.assertTrue("__cdist_debug" in code.env)

@ -130,4 +130,4 @@ class ExplorerClassTestCase(unittest.TestCase):
def test_debug_env_setup(self):
self.log.setLevel(logging.DEBUG)
explorer = cdist.core.explorer.Explorer(self.target_host, self.local, self.remote)
self.assertTrue("__debug" in explorer.env)
self.assertTrue("__cdist_debug" in explorer.env)

Loading…
Cancel
Save