|
From: Adam M. <ram...@gm...> - 2012-11-19 17:36:30
|
On Mon, Nov 19, 2012 at 7:44 AM, Nelle Varoquaux <nel...@gm...> wrote: > This is not the "correct" way to run the tests. Then that explains it, thanks. >> Does the same thing happen with the following command: >> >> python -c "import matplotlib; matplotlib.test()" No, all tests pass (or fail when they are expected to). > "KnownFailure" is not a "default" nosetest packages. Hence, we have to load > it manually when running the tests. Thanks, makes sense. Cheers Adam |