[off] workingenv.py

Andrew Bennetts andrew at canonical.com
Mon Apr 23 17:47:07 BST 2007


Alexander Belchenko wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> http://cheeseshop.python.org/pypi/workingenv.py
> 
> Just found this utility. I think it could be useful
> for easy testing bzr.dev in various combination of 3rd-party
> libraries (i.e. with/without paramiko/medusa).

For ad hoc testing, I've found this trick to be helpful:

    echo "raise ImportError" > paramiko.py
    ./bzr selftest ...

(although you have to remember to delete the .py *and* the .pyc afterwards, of
course!)

workingenv.py sounds useful for a buildbot-type setup, though.

-Andrew.




More information about the bazaar mailing list