On Fr, 2014-08-29 at 08:31 -0400, Neal Becker wrote: > How do I run tests? > > python setup.py --help-commands claims 'test' is a command, but doesn't seem > to > work: >
There is a runtests script you can use, it should do the building, too. Or just install and then run `np.test()` (or run nosetest manually on the installed stuff). - Sebsatian > python setup.py test > Running from numpy source directory. > /usr/lib64/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution > option: 'test_suite' > warnings.warn(msg) > usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] > or: setup.py --help [cmd1 cmd2 ...] > or: setup.py --help-commands > or: setup.py cmd --help > > > -- Those who don't understand recursion are doomed to repeat it > > _______________________________________________ > NumPy-Discussion mailing list > NumPy-Discussion@scipy.org > http://mail.scipy.org/mailman/listinfo/numpy-discussion > _______________________________________________ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion