summaryrefslogtreecommitdiff
path: root/numpy/core/tests/examples
Commit message (Collapse)AuthorAgeFilesLines
* TST: Remove most prints from the test suit runSebastian Berg2022-05-051-0/+2
| | | | | | | | Pytest silence these normally anyway (capturing it to print it only on failure), but occasionally I run with `-s` and I don't think this output adds anything unless using printing to debug a specific test. If nobody else cares about it nvm, just close it :). Otherwise this cleans up everything in the fast tests, except the f2py compilation right now.
* TST: Split example package, skip limited API test for debugLeo Singer2022-01-134-17/+26
|
* TST: Test building third party C extensions with Py_LIMITED_APILeo Singer2022-01-132-2/+32
| | | | Fixes #13784.
* TST: simplify source path names in compilation testmattip2020-10-271-2/+1
|
* ENH: Add support for the abstract scalars to cython codeEric Wieser2020-08-241-0/+4
| | | | This makes `isinstance` checks slightly faster
* First stab at tests, try on the CIjbrockmendel2020-05-212-0/+52