|
From: Nelle V. <nel...@gm...> - 2012-11-19 13:44:42
|
Hello, Hi >> >> When running the testsuite for matplotlib-1.2.0 i.e. >> >> $ nosetests -exe matplotlib >> > This is not the "correct" way to run the tests. You need to run them using: python tests.py I currently have a PR that indicates that in the README > I'm getting a lot of errors of the form: >> >> > Does the same thing happen with the following command: > > python -c "import matplotlib; matplotlib.test()" > That's another way of running the tests on matplotlib. > > I haven't used nosetest before, so I have no clue if it does anything > different than we expect. > "KnownFailure" is not a "default" nosetest packages. Hence, we have to load it manually when running the tests. Hence, all the tests that are known to fail actually fail, so that what we "expect". Cheers, N > > Ben Root > > > > ------------------------------------------------------------------------------ > Monitor your physical, virtual and cloud infrastructure from a single > web console. Get in-depth insight into apps, servers, databases, vmware, > SAP, cloud infrastructure, etc. Download 30-day Free Trial. > Pricing starts from $795 for 25 servers or applications! > http://p.sf.net/sfu/zoho_dev2dev_nov > _______________________________________________ > Matplotlib-users mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-users > > |