[TIP] data files for testing

Andrea Crotti andrea.crotti.0 at gmail.com
Tue Dec 20 02:36:55 PST 2011


On 12/19/2011 09:55 AM, Pierre-Yves David wrote:
> Requiring a package to be installed to even developpe on it **is BAD**. Nothing
> more that build phase should be necessary. And pure python package does not
> need to be built.
>
>
I agree in general, but it's also true that if you use virtualenv you 
still need to run
develop.
Also supposing that your testing requires for example mock or some other 
external
libraries than you can't really test if you don't build something, right?



More information about the testing-in-python mailing list