示例#1
0
 def test_get_conf_file(self):
     actual_conf_file = utils.get_conf_file_path()
     generated_conf_file = utils.get_conf_file()
     self.assertEqual(actual_conf_file, generated_conf_file)
示例#2
0
 def test_get_conf_file(self):
     actual_conf_file = utils.get_conf_file_path()
     generated_conf_file = utils.get_conf_file()
     self.assertEqual(actual_conf_file, generated_conf_file)
示例#3
0
 def test_get_conf_file_path(self):
     conf_file_path = utils.get_conf_file_path()
     actual_conf_file_path = utils.get_home_directory() + "pyhole.conf"
     self.assertEqual(conf_file_path, actual_conf_file_path)
示例#4
0
 def test_get_conf_file_path(self):
     conf_file_path = utils.get_conf_file_path()
     actual_conf_file_path = utils.get_home_directory() + "pyhole.conf"
     self.assertEqual(conf_file_path, actual_conf_file_path)