File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -283,6 +283,19 @@ def test_snapable_get_snapshots(self):
283283 ds .get_snapshots (index = 'test' )
284284
285285
286+ # TODO:
287+ # [.] - Write tests for Snapable.get_snapshot
288+ # [.] - Write tests for Snapable.find_snapshots
289+ # [.] - Write tests for Dataset.find_snapshots
290+ # Not sure how to write this it needs dynamic data calls
291+ # [.] - Write tests for Dataset.get_rel_path
292+ # [.] - Write tests for Dataset.assertHaveMounts
293+ # [.] - Write tests for Snapshot.get_snap_path
294+ # [.] - Write tests for Snapshot.resolve_snap_path
295+ # Note: may need refactoring to make it unit testable
296+ # [.] - Write tests for Diff class...
297+ # [.] - Write tests for find_dataset_for_path...
298+ # Note: may need refactoring to make it unit testable
286299
287300
288301if __name__ == "__main__" :
You can’t perform that action at this time.
0 commit comments