Code review comment for lp:~lifeless/zope.testing/subunit

Revision history for this message
Tres Seaver (tseaver) wrote :

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Robert Collins wrote:
> Robert Collins has proposed merging lp:~lifeless/zope.testing/subunit into lp:zope.testing.
>
> Requested reviews:
> ZTK steering group (ztk-steering-group)
>
>
> Use subunit's extended API more carefully, avoiding passing details
> objects into parameters expecting error tuples.
>
> I don't know if tests pass - the getting started instructions just
> blowup for me, and it didn't look possible to do 'python -m
> unittest.run zope.testing'.

The "standard" way to run the tests would be via buildout:

 $ /opt/Python-2.6.5/bin/python bootstrap.py
 $ /bin/buildout
 $ bin/test --all

I would actually prefer if the tests became / stayed runnable via the
setuptools 'test' command:

 $ /opt/Python-2.6.5/bin/python setup.py test

Tres.
- --
===================================================================
Tres Seaver +1 540-429-0999 <email address hidden>
Palladion Software "Excellence by Design" http://palladion.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkwGx24ACgkQ+gerLs4ltQ4NfgCgvKaifq96pgLATTrX7OD9Admo
FsUAn0P1sNNl/5k/UK5pKbTMN7fftKQR
=PkJm
-----END PGP SIGNATURE-----

« Back to merge proposal