コード例 #1
0
ファイル: client.py プロジェクト: alonsogpablo/cartodb-python
 def test_sync_import(self):
     fi = URLImport(IMPORT_URL, self.client, interval=3600)
     fi.run()
     self.assertIsNotNone(fi.id)
コード例 #2
0
 def test_url_import(self):
     fi = URLImport(IMPORT_URL, self.client)
     fi.run()
     self.assertIsNotNone(fi.id)
コード例 #3
0
 def test_url_import(self):
     fi = URLImport(IMPORT_URL, self.client)
     fi.run()
     self.assertIsNotNone(fi.id)