From: <kei...@bt...> - 2014-06-19 15:29:59
|
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 |
From: Benjamin R. <ben...@ou...> - 2014-06-25 15:46:14
|
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, <kei...@bt...> 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 > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-devel > |
From: <kei...@bt...> - 2014-06-25 15:50:38
|
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...@gm... [ben...@gm...] On Behalf Of Benjamin Root [ben...@ou...] 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, <kei...@bt...<mailto:kei...@bt...>> 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 Mat...@li...<mailto:Mat...@li...> https://lists.sourceforge.net/lists/listinfo/matplotlib-devel |
From: Benjamin R. <ben...@ou...> - 2014-06-25 15:55:24
|
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, <kei...@bt...> 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...@gm... [ben...@gm...] On Behalf Of Benjamin > Root [ben...@ou...] > 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, <kei...@bt...<mailto: > kei...@bt...>> 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 > Mat...@li...<mailto: > Mat...@li...> > https://lists.sourceforge.net/lists/listinfo/matplotlib-devel > > |
From: Matthew B. <mat...@gm...> - 2014-06-25 15:56:01
|
Hi, On Wed, Jun 25, 2014 at 4:49 PM, <kei...@bt...> 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...@gm... [ben...@gm...] On Behalf Of Benjamin Root [ben...@ou...] > 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, <kei...@bt...<mailto:kei...@bt...>> 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 |