#9921: nose testing suite as an optional spkg
---------------------------------+------------------------------------------
Reporter: jason | Owner: tbd
Type: defect | Status: new
Priority: major | Milestone: sage-4.6
Component: optional packages | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
---------------------------------+------------------------------------------
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://somethingaboutorange.com/mrl/projects/nose/nose-0.11.2.tar.gz
tar xzvf nose-0.11.2.tar.gz
cd nose-0.11.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).
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9921>
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.