991
992
"""Save the config file, only tests should use it for now."""
992
993
conf_dir = os.path.dirname(self._filename)
993
994
ensure_config_dir_exists(conf_dir)
996
1001
def _set_option(self, section_name, option_name, value):
997
1002
"""Set an authentication configuration option"""