Contribute Media
A thank you to everyone who makes this possible: Read More

Improving automated testing with py.test

Summary

Many people learn testing through the JUnit/PYUnit paradigm. Lately, py.test's new fixture mechanisms have gained traction among many Pythonistas. This tutorial explores py.test discusses key strategies how to benefit from using py.test for your existing unittest/nose based code bases.

Details

Improve this page