#9921: nose testing suite as an optional spkg
-------------------------------------+--------------------------------------
Reporter: jason | Owner: tbd
Type: enhancement | Status: new
Priority: major | Milestone: sage-5.1
Component: optional packages | Resolution:
Keywords: | Work issues:
Report Upstream: N/A | Reviewers:
Authors: | Merged in:
Dependencies: | Stopgaps:
-------------------------------------+--------------------------------------
Old description:
> Several projects we depend on use nose to do self-tests. In order to
> test these packages, we'd have to have nose installed.
>
> This is fairly simple without an spkg:
>
> {{{
> wget http://code.google.com/p/python-
> nose/downloads/detail?name=nose-0.11.3.tar.gz
> tar xzvf nose-0.11.3.tar.gz
> cd nose-0.11.3
> sage -python setup.py install
> }}}
>
> However, it might make sense to have nose be an optional spkg.
>
> Matplotlib relies on nose to do tests
> (http://matplotlib.sourceforge.net/devel/coding_guide.html#testing), as
> well as numpy/scipy
> (http://projects.scipy.org/numpy/wiki/TestingGuidelines).
New description:
Several projects we depend on use nose to do self-tests. In order to test
these packages, we'd have to have nose installed.
This is fairly simple without an spkg:
{{{
wget http://pypi.python.org/packages/source/n/nose/nose-1.1.2.tar.gz # or
the latest version at http://pypi.python.org/pypi/nose/
tar xzvf nose-1.1.2.tar.gz
cd nose-1.1.2
sage -python setup.py install
}}}
However, it might make sense to have nose be an optional spkg.
Matplotlib relies on nose to do tests
(http://matplotlib.sourceforge.net/devel/coding_guide.html#testing), as
well as numpy/scipy
(http://projects.scipy.org/numpy/wiki/TestingGuidelines).
--
Comment (by kcrisman):
Nose is now on Github: [https://github.com/nose-devs/nose].
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9921#comment:15>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.