Closed crystal-cat closed 4 years ago
With the move command logs being moved to where they're executed we'll have to update (or remove) the MoveTest.test_renamer_mv_cmd_simulate()
, because it won't receive any such logs during a simulate run. Might be best to integrate the log check into a real move test.
@crystal-cat Here are my proposals, let me know what you think! :cat:
Oh, and if you want to squash things together before merging, we could try the Co-authored-by:
thing!
Separate the logic of renaming for real and simulating into different subclasses of Renamer to reduce ifs and complexity of functions like find_unique_filename()