I am having issues like
self.config["cache_directory"] = os.path.abspath(self.config["cache_directory"])
KeyError: 'cache_directory'
and
abs_test_dirs = [os.path.abspath(dir) for dir in self.config["test_directories"]]
KeyError: 'test_directories'
I looked at the code and I don't understand how to resolve it. Any help will be much appreciated.