ideally I would like to see the helper which would allow (or even by default would do) to invoke test batteries against just installed (i.e. python setup.py install) version of the modules: in my experience it helped to avoid various issues of incomplete inclusion of submodules/data files.
And sure thing the helper should run it against all supported by the package/system versions of python. On Tue, 14 Jun 2011, Barry Warsaw wrote: > 2to3 hackery that isn't quite working. In Python < 3.3, using > setuptools/distribute/distutils2, this should be the standard interface: > $ python setup.py test > and in fact that works quite well, even with 2to3 integration. You need to > add: > test_suite='path.to.testdir' > in your setup() call, and possibly a `convert_2to3_doctests` key as well (this > is the part that does not work for me in Python 3.3). -- .-. =------------------------------ /v\ ----------------------------= Keep in touch // \\ (yoh@|www.)onerussian.com Yaroslav Halchenko /( )\ ICQ#: 60653192 Linux User ^^-^^ [175555] -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20110614230637.gh29...@novo.onerussian.com