[Numpy-discussion] No test file found

Keith Goodman kwgoodman at gmail.com
Thu Jan 11 18:38:39 EST 2007


On 1/11/07, Robert Kern <robert.kern at gmail.com> wrote:
> Keith Goodman wrote:
> > I see a lot of 'No test file found' warnings when running
> > numpy.test(). What does that mean?
>
> The test collector tries to find a test module for every actual module. So
> numpy/dual.py would correspond to numpy/tests/test_dual.py . A lot of modules
> don't need to be tested because they don't contain real code (__init__.py's,
> info.py's, __version__.py's) or because their code is tested by other functions
> (most of the extension modules are tested by testing the Python modules where
> the functions are exposed).
>
> And of course, some modules which should have test coverage don't.
> Unfortunately, it's difficult to extract those from all of the false positives.

I am learning a lot by upgrading. Thank you for the lessons.



More information about the NumPy-Discussion mailing list