cs481-ekh / s24-slice-n-dice

MIT License
1 stars 1 forks source link

#119 add ut for file input #151

Closed matthew-oberg closed 8 months ago

matthew-oberg commented 8 months ago

Closes #119

Removes unneeded hello world unit tests.

Adds unit tests for functions in fileInput.py

Unable to add UT for DisplayUI.py, gvWidgets.py, or meshes.py as they only interact with widgets.

Unable to add UT for static functions in plotting.py because they seem private to the class, unable to get them to run in UT.

Test this PR by running ./test.sh and ensuring that all tests pass.