summaryrefslogtreecommitdiff
path: root/tools/swig/test/testFarray.py
Commit message (Collapse)AuthorAgeFilesLines
* MAINT: Replace deprecated unittest aliasesHugo van Kemenade2021-08-181-11/+11
|
* convert shebang from python to python3 (#15687)Changqing Li2020-03-041-1/+1
| | | | Signed-off-by: Changqing Li <changqing.li@windriver.com>
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
| | | | | As numpy is Python 3 only, these import statements are now unnecessary and don't alter runtime behavior.
* Use *sys.version_info[:2]Hugo2019-08-261-1/+1
|
* BUG: Fix for Python 3.10Hugo2019-08-261-1/+1
|
* Correct exit code if number of errors % 256 == 0Chris Lamb2015-02-151-1/+1
| | | | | | | For example, we had 256 errors (etc.) our process will exit with a successful error code which is incorrect and/or misleading. Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
* MAINT: Move doc/swig to tools/swig.Charles Harris2014-03-121-0/+159
Also update MANIFEST.in and documentation to reflect the move. The discussion of this change is at #2384. Closes #2384. Closes #4374.