Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
e3rd committed Jan 9, 2025
1 parent 441addb commit 8aa994b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_disk.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ def test_basic(self):
d = drun(["rename", "execute"], [], [], [], **state)
import sys
print("12: d.log", d.changes, file=sys.stderr) # TODO
self.assertTrue(False, msg=f"14: d.log {d.changes}") # TODO
state.check(prefixed=("2.txt", "1.txt"))
self.log([
{"folder1/2.txt": ["renaming"], "folder2/2.txt": []},
Expand All @@ -22,6 +23,7 @@ def test_reverse(self):
d = drun(["rename", "execute"], [], [], [], **state)
import sys
print("13: d.log", d.changes, file=sys.stderr) # TODO
self.assertTrue(False, msg=f"15: d.log {d.changes}") # TODO
state.check(prefixed=("folder2.1/1.txt", "2.txt"))
self.log([
{"folder2/2.txt": ["renaming"], "folder1/2.txt": []},
Expand Down

0 comments on commit 8aa994b

Please sign in to comment.