Comment 2 for bug 385074

Revision history for this message
schickb@gmail.com (schickb) wrote :

Additional comments from the email thread:

Matt Nordhoff wrote:
>Brad Schick wrote:
> I just noticed that the bzr debian package contains many tests. Seems
> like this should be part of the source distribution and not part of the
> standard install. After install, /usr/share/pyshared/bzrlib/tests is 6.7M.

You can run the test suite with "bzr selftest", and many parts of bzrlib
import bzrlib.tests, so removing them all would be more complicated than
just "rm -rf bzrlib/tests".

Not that it's a bad idea, necessarily... Just sayin' that it wouldn't be
completely trivial to do.