コード例 #1
0
 def test_path_checker_not_found(self):
     """Check if executables are not in path"""
     self.assertFalse(okconfig._is_in_path("okconfig-this-not-exist"))
コード例 #2
0
ファイル: test_misc.py プロジェクト: EEJ9000/okconfig
 def test_path_checker_not_found(self):
     """Check if executables are not in path"""
     self.assertFalse(okconfig._is_in_path("okconfig-this-not-exist"))
コード例 #3
0
 def test_path_checker(self):
     """Check if executables are in path"""
     self.assertTrue(okconfig._is_in_path("true"))
コード例 #4
0
ファイル: test_misc.py プロジェクト: EEJ9000/okconfig
 def test_path_checker(self):
     """Check if executables are in path"""
     self.assertTrue(okconfig._is_in_path("true"))