Google Test Pretty Printer

I have a new project up on GitHub: Google Test Pretty Printer.

Google Test (GTest) is a very nice unit testing framework for C++, but its default output is loud. Google Test Pretty Printer (gtpp) offers more selective, more attractive output, without sacrificing detail when you need it.

If you use Google Test, please take a look at gtpp and let me know what you think, or file an issue on GitHub.

If you use C++ and don’t use Google Test, take a look at Google Test, then maybe take a look at gtpp.