toolshed
toolshed copied to clipboard
Reduce prints on unit test output
The output of many of the tests isn't captured. This makes it hard to see some warnings as messages scroll by. I think that capturing IO in each test and checking that it has at least a few correct words should be sufficient.