[Distutils] Question about testing

2010-08-17 Thread Ronald Oussoren
Hi, What's the best way to bundle tests into a test archive for a distribution using distribute or setuptools? My requirements: * Tests should not be installed because the testsuite is larger than the actual package and not generally usefull * python setup.py develop should also not add the

Re: [Distutils] Question about testing

2010-08-17 Thread P.J. Eby
At 12:35 PM 8/17/2010 +0200, Ronald Oussoren wrote: Hi, What's the best way to bundle tests into a test archive for a distribution using distribute or setuptools? My requirements: * Tests should not be installed because the testsuite is larger than the actual package and not generally