Closed matthew-oberg closed 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.
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.