Example #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)
Example #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)
Example #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)
Example #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)