Example #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
Example #2
0
 def test_constructor(self):
     path = get_temp_file()
     dumper = MysqlCSVDumper(path)
Example #3
0
File: proxy.py Project: 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
 def test_constructor(self):
     path = get_temp_file()
     dumper = MysqlCSVDumper(path)