Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ad3f89f

Browse files
committed
Merge pull request #5542 from sandrotosi/master
SWIG testing: clarify location and number of tests
2 parents 3fdce81 + 4cccb9b commit ad3f89f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/source/reference/swig.testing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ data types are supported, each with 74 different argument signatures,
1010
for a total of 888 typemaps supported "out of the box". Each of these
1111
typemaps, in turn, might require several unit tests in order to verify
1212
expected behavior for both proper and improper inputs. Currently,
13-
this results in 1,427 individual unit tests that are performed when
14-
``make test`` is run in the ``numpy/docs/swig`` subdirectory.
13+
this results in more than 1,000 individual unit tests executed when
14+
``make test`` is run in the ``numpy/tools/swig`` subdirectory.
1515

1616
To facilitate this many similar unit tests, some high-level
1717
programming techniques are employed, including C and `SWIG`_ macros,

0 commit comments

Comments
 (0)