A few weeks ago in our local Python meeting someone mentioned what a drag was to (most of the time) have to download<div>the source for a package they have just installed to run the tests because the &#39;test(s)&#39; directory was not included at the time</div>
<div>of installation.</div><div><br></div><div>Some packages include them (like unittest2) and some (most?) don&#39;t.</div><div><br></div><div>What do you guys feel about including the test directory within your package so it is included at the time of installation?</div>
<div><br></div><div>I&#39;m gearing towards including them, but wanted to hear your opinion about it.</div><div><br></div><div>Thanks,</div><div><br></div><div><br></div><div>Alfredo</div>