Skip to content

Commit 3cd1554

Browse files
Update Testing
1 parent 15916f5 commit 3cd1554

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

tests/test_zfslib.py

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff 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

288301
if __name__ == "__main__":

0 commit comments

Comments
 (0)