WestheadJ / pysmb-file-sorter

A file sorter using pysmb
MIT License
0 stars 0 forks source link

DOCS: Test Cases #5

Open WestheadJ opened 2 months ago

WestheadJ commented 2 months ago

Issue

There isn't much error handling, test cases can help to test the durability of the script.

Ways to implement

Create a testcases.md file with a table of test cases, then run the program against the test cases and add the error handling according to the issue #6

Linked issues

6