Skip to content

Commit

Permalink
Update URL of Nose project.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanv committed Feb 19, 2009
1 parent 74d85c1 commit d488391
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions doc/release/0.7.0-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,13 @@ Running Tests
-------------

NumPy 1.2 introduced a new testing framework based on `nose
<http://code.google.com/p/python-nose/>`__. Starting with this
release, SciPy now uses the new NumPy test framework as well. Taking
advantage of the new testing framework requires ``nose`` version 0.10,
or later. One major advantage of the new framework is that it greatly
simplifies writing unit tests - which has all ready paid off, given
the rapid increase in tests. To run the full test suite::
<http://somethingaboutorange.com/mrl/projects/nose/>`__. Starting with
this release, SciPy now uses the new NumPy test framework as well.
Taking advantage of the new testing framework requires ``nose``
version 0.10, or later. One major advantage of the new framework is
that it greatly simplifies writing unit tests - which has all ready
paid off, given the rapid increase in tests. To run the full test
suite::

>>> import scipy
>>> scipy.test('full')
Expand Down

0 comments on commit d488391

Please sign in to comment.