diff options
author | Bill Spotz <wfspotz@sandia.gov> | 2013-03-14 15:47:17 -0600 |
---|---|---|
committer | Bill Spotz <wfspotz@sandia.gov> | 2013-03-14 15:47:17 -0600 |
commit | 179985fb75980d4828d1ce433121d8cbeddb67a6 (patch) | |
tree | cf97562d17be93d7b0987eb878674ad649fe53e2 | |
parent | 897f335dd3a379b5dcbd25029d3cce1107c9fd42 (diff) | |
download | numpy-179985fb75980d4828d1ce433121d8cbeddb67a6.tar.gz |
Updated numpy.i testing documentation
Simple updates to include proper statistics on the number of typemap
signatures supported and the number of individual unit tests
implemented.
-rw-r--r-- | doc/source/reference/swig.testing.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/reference/swig.testing.rst b/doc/source/reference/swig.testing.rst index 4aad6bff7..90bf5c887 100644 --- a/doc/source/reference/swig.testing.rst +++ b/doc/source/reference/swig.testing.rst @@ -6,11 +6,11 @@ Introduction Writing tests for the ``numpy.i`` `SWIG <http://www.swig.org>`_ interface file is a combinatorial headache. At present, 12 different -data types are supported, each with 23 different argument signatures, -for a total of 276 typemaps supported "out of the box". Each of these +data types are supported, each with 70 different argument signatures, +for a total of 840 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,020 individual unit tests that are performed when +this results in 1,102 individual unit tests that are performed when ``make test`` is run in the ``numpy/docs/swig`` subdirectory. To facilitate this many similar unit tests, some high-level |