Home
last modified time | relevance | path

Searched refs:_write_config (Results 1 – 1 of 1) sorted by relevance

/tools/repohooks/rh/
Dconfig_unittest.py53 def _write_config(self, data, filename='temp.cfg'): member in FileTestCase
66 return self._write_config(
71 return self._write_config(
80 path = self._write_config('')
85 path = self._write_config("""# This be a comment me matey.
102 path = self._write_config('[BOOGA]')
108 path = self._write_config('[Builtin Hooks]\nbooga = borg!')
114 path = self._write_config('[Hook Scripts]\nbooga = \t \n')
120 path = self._write_config('[Hook Scripts]\n =')
126 path = self._write_config("""[Hook Scripts]
[all …]