issues Search Results · repo:Cedric-Boucher/Copy-All-Files-From-Folder language:Python
Filter by
38 results
(63 ms)38 results
inCedric-Boucher/Copy-All-Files-From-Folder (press backspace or delete to remove)making sure that files can actually be copied, moved, trashed and deleted correctly, etc
Testing
Cedric-Boucher
- Opened on Oct 22, 2023
- #48
I might not do this. The speed of certain methods of Filelist are fully compute / implementation dependent, and those
could definitely be tested for speed, but others are very much I/O dependent and probably ...
Testing
Cedric-Boucher
- Opened on Oct 22, 2023
- #47
The unit tests that are currently in place only ensure that nothing has errors or unhandled exceptions, but they don t
verify that Filelist is actually operating correctly.
Testing
Cedric-Boucher
- Opened on Oct 22, 2023
- #46
returns a tuple of all the files that are duplicated between path1 and path2,
as a tuple of tuples of the filepaths of all matches.
for example: ( (match1, match1, match1), (match2, match2) )
enhancement
Cedric-Boucher
- 2
- Opened on Jul 27, 2023
- #40

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.