Beispiel #1
0
 def test__init__(self):
     assert Files.folder_exists(self.demo_data.data_folder) is True
Beispiel #2
0
 def exists(self):
     return Files.folder_exists(self.path())
 def test__init__(self):
     assert Files.folder_exists(self.file_system.folder_root)
     assert Files.folder_exists(self.file_system.folder_data)
     assert Files.folder_exists(self.file_system.folder_indexes)