[Python-Dev] Re: Unittest list (original) (raw)

Guido van Rossum guido@python.org
Wed, 10 Apr 2002 15:07:38 -0400


> That "200", is the aprox number of functions that don't have > a corresponding unittest?

It's the # of C functions that were never called after running the entire regression test suite.

And what percentage is this of the total number of functions there?

--Guido van Rossum (home page: http://www.python.org/~guido/)