def delete_config_file()

in pytest_rally/rally.py [0:0]


    def delete_config_file(self):
        self.logger.info("Removing Rally config from [%s]", self.config_location)
        os.remove(self.config_location)