Ejemplo n.º 1
0
 def generate_plist_file(self, data=DEFAULT_PLIST_DATA):
     path = get_temp_file()
     with open(path, 'w') as out:
         out.write(data)
     return path
Ejemplo n.º 2
0
 def test_constructor(self):
     path = get_temp_file()
     dumper = MysqlCSVDumper(path)
Ejemplo n.º 3
0
Archivo: proxy.py Proyecto: subeax/grab
 def generate_plist_file(self, data=DEFAULT_PLIST_DATA):
     path = get_temp_file()
     with open(path, 'w') as out:
         out.write(data)
     return path
Ejemplo n.º 4
0
 def test_constructor(self):
     path = get_temp_file()
     dumper = MysqlCSVDumper(path)