diff options
author | Sandro Tosi <morph@debian.org> | 2015-02-08 15:02:12 +0000 |
---|---|---|
committer | Sandro Tosi <morph@debian.org> | 2015-02-08 15:06:48 +0000 |
commit | 4cccb9bf311651afec8bf2b4a874d1bd31c98d08 (patch) | |
tree | d6fffc23c5406b0a07d15d1901a923389cb91a28 /doc/source | |
parent | 3fdce81aff78bffab58717f69dfaff93dffcb0bc (diff) | |
download | numpy-4cccb9bf311651afec8bf2b4a874d1bd31c98d08.tar.gz |
SWIG testing: clarify location and number of tests
SWIG interface has moved to tools/ directory, so updating the doc to state that
and also the number of tests is reduced since what reported, so a generic "more
than" is used (to avoid similar situations in the future) but likely also the
other numbers should be checked.
Diffstat (limited to 'doc/source')
-rw-r--r-- | doc/source/reference/swig.testing.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/reference/swig.testing.rst b/doc/source/reference/swig.testing.rst index decc681c5..c0daaec66 100644 --- a/doc/source/reference/swig.testing.rst +++ b/doc/source/reference/swig.testing.rst @@ -10,8 +10,8 @@ data types are supported, each with 74 different argument signatures, for a total of 888 typemaps supported "out of the box". Each of these typemaps, in turn, might require several unit tests in order to verify expected behavior for both proper and improper inputs. Currently, -this results in 1,427 individual unit tests that are performed when -``make test`` is run in the ``numpy/docs/swig`` subdirectory. +this results in more than 1,000 individual unit tests executed when +``make test`` is run in the ``numpy/tools/swig`` subdirectory. To facilitate this many similar unit tests, some high-level programming techniques are employed, including C and `SWIG`_ macros, |