[Baypiggies] How to determine what unit tests cover a code change?

Bill Janssen janssen at parc.com
Wed Feb 2 21:57:47 CET 2011


Lincoln Peters <anfrind at gmail.com> wrote:

> My best idea thus far is to use the "inspect" module to look at what each
> test module imports and figure out if a changed file gets imported at
> any point.

Don't forget that "python -v" will print imports as they happen.

Bill


More information about the Baypiggies mailing list