Currently, the assertions in the unit tests are commented out, and the unit tests are being used to print output to std out. We can add a separate function to exercise and print out everything from stdout, and make the unit tests perform their assertions again.
Currently, the assertions in the unit tests are commented out, and the unit tests are being used to print output to std out. We can add a separate function to exercise and print out everything from stdout, and make the unit tests perform their assertions again.