Currently the project is heavily relying on rigorous manual testing. This is preferred to have automated unit tests to decrease manual intervention in testing and have an easier way to get the code tested.
I would like to have proper test cases set with the help of Rust's in-built testing mechanism.
Currently the project is heavily relying on rigorous manual testing. This is preferred to have automated unit tests to decrease manual intervention in testing and have an easier way to get the code tested.
I would like to have proper test cases set with the help of Rust's in-built testing mechanism.