code coverage

This page lists all content tagged with the term "code coverage".

Cover your nose

Python has some great features for testing. One of my favorites has always been doctest, which allows you to embed executable tests right in the documentation of your modules, classes, and functions. There are some practical limits to what you can do with doctests, and that's where unit testing comes in.

Syndicate content