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 8aa994b commit ede6d75
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/test_disk.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@

from pathlib import Path
from tests.setup import FolderState, TestDisk, drun


Expand All @@ -11,6 +12,11 @@ def test_basic(self):
d = drun(["rename", "execute"], [], [], [], **state)
import sys
print("12: d.log", d.changes, file=sys.stderr) # TODO

aa = [file for file in Path(self.disk).rglob('*')]
# print("17: aa", aa) # TODO

self.assertTrue(False, msg=f"14: d.log {aa}") # TODO
self.assertTrue(False, msg=f"14: d.log {d.changes}") # TODO
state.check(prefixed=("2.txt", "1.txt"))
self.log([
Expand Down

0 comments on commit ede6d75

Please sign in to comment.