update test for upcomming change: /__debug/__cdist_debug/
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
		
					parent
					
						
							
								f732220e77
							
						
					
				
			
			
				commit
				
					
						ef5eb34274
					
				
			
		
					 2 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -120,4 +120,4 @@ class CodeTestCase(unittest.TestCase):
 | 
				
			||||||
    def test_debug_env_setup(self):
 | 
					    def test_debug_env_setup(self):
 | 
				
			||||||
        self.log.setLevel(logging.DEBUG)
 | 
					        self.log.setLevel(logging.DEBUG)
 | 
				
			||||||
        code = cdist.core.code.Code(self.target_host, self.local, self.remote)
 | 
					        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):
 | 
					    def test_debug_env_setup(self):
 | 
				
			||||||
        self.log.setLevel(logging.DEBUG)
 | 
					        self.log.setLevel(logging.DEBUG)
 | 
				
			||||||
        explorer = cdist.core.explorer.Explorer(self.target_host, self.local, self.remote)
 | 
					        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…
	
	Add table
		Add a link
		
	
		Reference in a new issue