Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-09-21 | Update somethingaboutorange URL to nose.readthedocs.io | naveenarun | 1 | -1/+1 | |
2016-09-06 | change all non-code instances of Numpy to NumPy | Pierre de Buyl | 1 | -1/+1 | |
Instances remain for NumpyVersion and Numpy.rec.fromarrays that are references to code. Release notes were left unchanged. see issue #7986 | |||||
2015-03-09 | DOC: adjust wording of random data note | endolith | 1 | -6/+6 | |
2015-03-08 | Add note about random seeds | endolith | 1 | -0/+10 | |
2013-08-18 | STY: Giant whitespace cleanup. | Charles Harris | 1 | -2/+2 | |
Now is as good a time as any with open PR's at a low. | |||||
2013-07-25 | DOC:Revert ``assert()`` back to ``assert`` (statement) | endolith | 1 | -1/+1 | |
2013-07-25 | DOC:Some minor proofreading of Tests introduction | endolith | 1 | -6/+6 | |
2012-07-15 | DOC: add info on docstrings in test functions/methods. Also fix a typo. | Ralf Gommers | 1 | -2/+7 | |
Reviewed by @charris in combination with PR-358. | |||||
2012-07-15 | DOC: add details on how to use generator tests to documentation. | Ralf Gommers | 1 | -0/+9 | |
Thanks to Pauli Virtanen for this useful suggestion. | |||||
2012-05-10 | DOC: verbosity -> verbose in testing guidelines | Denis Laxalde | 1 | -14/+14 | |
2012-03-04 | TST: add "raise on warning" behavior to NoseTester constructor. | Ralf Gommers | 1 | -7/+0 | |
Also document that behavior has to be switched for a release, and remove comments on turning on deprecation warnings that don't apply anymore. | |||||
2012-03-04 | Fix typo (all ready -> already) | Jason Grout | 1 | -1/+1 | |
2011-04-01 | DOC: Remove the advice to 'import scipy as sp' from the documentation. | Robert Kern | 1 | -2/+4 | |
Correct a statement about how doctest namespaces are initialized in scipy. | |||||
2011-03-11 | DOC: fix typo in test guidelines. | rgommers | 1 | -1/+1 | |
2010-11-11 | DOC: rename ReST files under doc/ from *.txt to *.rst.txt, so they render on ↵ | rgommers | 1 | -0/+367 | |
github. |