[SciPy-dev] Questions about scikits: 1) What is the best way to translate nosetests into numpy testing framework? 2) How can I get an svn account?

Stéfan van der Walt stefan at sun.ac.za
Thu Aug 20 15:13:11 EDT 2009


2009/8/20 Robert Kern <robert.kern at gmail.com>:
>> 1) What is the best way to translate tests which are arranged so for nose to
>> the configuration required for
>> scikitshttp://www.scipy.org/scipy/scikits/wiki/ScikitsForDevelopers#Testing?
>> Is there any easy way?
>
> That information is old. numpy uses nose now itself. Just keep doing
> what you are doing. However, I do recommend adding this to your
> setup.py setup() call to enable "python setup.py test":
>
>    tests_require = [
>        'nose >= 0.10.3',
>        ],
>    test_suite = 'nose.collector',

I updated the wiki.  Please add info as needed.

Cheers
Stéfan



More information about the SciPy-Dev mailing list