Re: Python: Including Nosetest

2011-10-18 Thread Yaroslav Halchenko
well, yeah -- but I would advise to run tests against "installed" version of the software -- who knows what was missing from their MANIFEST.in or setup.py files... although might require few more custom lines, testing against installed version IMHO provides better QA. Moreover some modules/projects

Re: Python: Including Nosetest

2011-10-18 Thread Ole Streicher
Am 18.10.2011 15:10, schrieb Yaroslav Halchenko: > well -- if you discover some other way -- please let me know. >From elsewhere , I got the hint to try python setup.py build_ext -i which builds the extension in-

Re: Python: Including Nosetest

2011-10-18 Thread Yaroslav Halchenko
well -- if you discover some other way -- please let me know. Otherwise -- I have been doing exactly that -- cd build and run tests from there and where permits against the installed version under debian/tmp or debian/python-MODULE, e.g.: http://anonscm.debian.org/gitweb/?p=pkg-exppsy/brian.git;a

Python: Including Nosetest

2011-10-18 Thread Ole Streicher
Dear lists, I am working on a package (python-pywcs) that may include a "nosetest" which I want to run before installation. For this, I put the following line into debian/rules (for debhelper): override_dh_auto_test: nosetest However, when I try to build the package, I get the error ==