The current unit tests that reside in the tests/ directory are very minimal and need to be expanded on.
Additionally, the code in main.py should be broken out as much as possible into individual methods so that additional unit tests can be written for the code that is currently all in a large main() method.
The current unit tests that reside in the
tests/directory are very minimal and need to be expanded on.Additionally, the code in
main.pyshould be broken out as much as possible into individual methods so that additional unit tests can be written for the code that is currently all in a largemain()method.