Tests: Reduce extra printing

Issue #26 closed
Andy Nowacki created an issue

Rather than printing out that tests are being done, it is more usual to wrap each in a @testset, and also the whole set of tests too.

Consider removing the println and printstyled calls entirely and replace the println calls with named test sets. If there are any errors, you will see which test set errored immediately.

Comments (3)

  1. Log in to comment