tests.py missing

README.rst in matplotlib-1.3.1 says:

After installation, you can launch the test suite::

python tests.py

but actually there is no tests.py anywhere in the distribution.

Keith

It is right there in the root directory for the distribution:

https://github.com/matplotlib/matplotlib/tree/v1.3.x

···

On Thu, Jun 19, 2014 at 11:29 AM, <keith.briggs@…1048…> wrote:

README.rst in matplotlib-1.3.1 says:

After installation, you can launch the test suite::

python tests.py

but actually there is no tests.py anywhere in the distribution.

Keith


HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions

Find What Matters Most in Your Big Data with HPCC Systems

Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.

Leverages Graph Analysis for Fast Processing & Easy Data Exploration

http://p.sf.net/sfu/hpccsystems


Matplotlib-devel mailing list

Matplotlib-devel@lists.sourceforge.net

https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Thanks, but I didn't get it when I downloaded matplotlib-1.3.1.tar.gz.

kbriggs:~/Downloads> tar tf matplotlib-1.3.1.tar.gz | grep tests.py

Keith

···

________________________________________
From: ben.v.root@...149... [ben.v.root@...149...] On Behalf Of Benjamin Root [ben.root@...553...]
Sent: 25 June 2014 16:45
To: Briggs,KM,Keith,TUB2 R
Cc: matplotlib development list
Subject: Re: [matplotlib-devel] tests.py missing

It is right there in the root directory for the distribution:

https://github.com/matplotlib/matplotlib/tree/v1.3.x

On Thu, Jun 19, 2014 at 11:29 AM, <keith.briggs@...1048...<mailto:keith.briggs@…1048…>> wrote:
README.rst in matplotlib-1.3.1 says:

After installation, you can launch the test suite::

python tests.py

but actually there is no tests.py anywhere in the distribution.

Keith
------------------------------------------------------------------------------
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration

_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net<mailto:Matplotlib-devel@…743…forge.net>

Heh… well, that’s a horse of a different color! We will have to make sure it is in there for the upcoming release.

Cheers!

Ben Root

···

On Wed, Jun 25, 2014 at 11:49 AM, <keith.briggs@…1048…> wrote:

Thanks, but I didn’t get it when I downloaded matplotlib-1.3.1.tar.gz.

kbriggs:~/Downloads> tar tf matplotlib-1.3.1.tar.gz | grep tests.py

Keith


From: ben.v.root@…149… [ben.v.root@…149…] On Behalf Of Benjamin Root [ben.root@…553…]

Sent: 25 June 2014 16:45

To: Briggs,KM,Keith,TUB2 R

Cc: matplotlib development list

Subject: Re: [matplotlib-devel] tests.py missing

It is right there in the root directory for the distribution:

https://github.com/matplotlib/matplotlib/tree/v1.3.x

On Thu, Jun 19, 2014 at 11:29 AM, <keith.briggs@…1048…mailto:keith.briggs@...1048...> wrote:

README.rst in matplotlib-1.3.1 says:

After installation, you can launch the test suite::

python tests.py

but actually there is no tests.py anywhere in the distribution.

Keith


HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions

Find What Matters Most in Your Big Data with HPCC Systems

Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.

Leverages Graph Analysis for Fast Processing & Easy Data Exploration

http://p.sf.net/sfu/hpccsystems


Matplotlib-devel mailing list

Matplotlib-devel@lists.sourceforge.netmailto:Matplotlib-devel@lists.sourceforge.net

https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Hi,

···

On Wed, Jun 25, 2014 at 4:49 PM, <keith.briggs@...1048...> wrote:

Thanks, but I didn't get it when I downloaded matplotlib-1.3.1.tar.gz.

kbriggs:~/Downloads> tar tf matplotlib-1.3.1.tar.gz | grep tests.py

Keith

________________________________________
From: ben.v.root@...149... [ben.v.root@...149...] On Behalf Of Benjamin Root [ben.root@...553...]
Sent: 25 June 2014 16:45
To: Briggs,KM,Keith,TUB2 R
Cc: matplotlib development list
Subject: Re: [matplotlib-devel] tests.py missing

It is right there in the root directory for the distribution:

https://github.com/matplotlib/matplotlib/tree/v1.3.x

On Thu, Jun 19, 2014 at 11:29 AM, <keith.briggs@...1048...<mailto:keith.briggs@…1048…>> wrote:
README.rst in matplotlib-1.3.1 says:

After installation, you can launch the test suite::

python tests.py

but actually there is no tests.py anywhere in the distribution.

Actually, it would be very good to have the tests.py file somewhere
from a standard install - I had to hack round that for automated tests
of a pip tarball, for example, by downloading the test.py separately.

Cheers,

Matthew