[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Python: Including Nosetest



Am 18.10.2011 15:10, schrieb Yaroslav Halchenko:
> well -- if you discover some other way -- please let me know.

>From elsewhere <news:de.comp.lang.python>, I got the hint
<news:mailman.2064.1318941522.27778.python-de@python.org>to try

 python setup.py build_ext -i

which builds the extension in-place. So my debian/rules looks like

override_dh_auto_test:
	python setup.py build_ext -i && nosetests tests/test.py

This works fine for me, and I hope it will survive the review :-)

Best regards

Ole


Reply to: