Open noahtq opened 1 month ago
Currently takes a very long time to run unit tests
This is because the setup and teardown functions take a very long time. Could optimize by splitting up into different test classes so we only do the expensive setup and teardown when necessary.
Currently takes a very long time to run unit tests
This is because the setup and teardown functions take a very long time. Could optimize by splitting up into different test classes so we only do the expensive setup and teardown when necessary.