On Mon, Nov 19, 2012 at 7:44 AM, Nelle Varoquaux
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 ex
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 f
On Sun, Nov 18, 2012 at 5:51 PM, Adam Mercer wrote:
> Hi
>
> When running the testsuite for matplotlib-1.2.0 i.e.
>
> $ nosetests -exe matplotlib
>
> 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(
Hi
When running the testsuite for matplotlib-1.2.0 i.e.
$ nosetests -exe matplotlib
I'm getting a lot of errors of the form:
==
ERROR: matplotlib.tests.test_dates.test_empty_date_with_year_formatter.test
--