Testing is needed in all but the most trivial applications. The unittest module is very widely used in Python because it's part of the standard library, starting with Python 2.1.
Read More ›
Simple examples using ScalaTest to test your Scala projects. Full introduction and examples of all major testing styles supported by this framework.
Read More ›