Пример #1
0
 def test_check_root_file_exists(self):
     gds = GoogleDriveStorage()
     file_data = gds._check_file_exists("How to get started with Drive")
     pprint(file_data)
     print "\n\n"
     self.assertIsNotNone(
         file_data, u"Unable to find file 'How to get started with Drive'")
Пример #2
0
 def test_check_root_file_exists(self):
     gds = GoogleDriveStorage()
     file_data = gds._check_file_exists("How to get started with Drive")
     pprint(file_data)
     self.assertIsNotNone(file_data, "Unable to find file 'How to get started with Drive'")
     time.sleep(10)
Пример #3
0
 def test_check_root_file_exists(self):
     gds = GoogleDriveStorage()
     file_data = gds._check_file_exists("Getting started")
     pprint(file_data)
     self.assertIsNotNone(file_data, "Unable to find file 'Getting started'")
     time.sleep(10)