| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | TST: Remove most prints from the test suit run | Sebastian Berg | 2022-05-05 | 1 | -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 debug | Leo Singer | 2022-01-13 | 4 | -17/+26 |
| | | |||||
| * | TST: Test building third party C extensions with Py_LIMITED_API | Leo Singer | 2022-01-13 | 2 | -2/+32 |
| | | | | | Fixes #13784. | ||||
| * | TST: simplify source path names in compilation test | mattip | 2020-10-27 | 1 | -2/+1 |
| | | |||||
| * | ENH: Add support for the abstract scalars to cython code | Eric Wieser | 2020-08-24 | 1 | -0/+4 |
| | | | | | This makes `isinstance` checks slightly faster | ||||
| * | First stab at tests, try on the CI | jbrockmendel | 2020-05-21 | 2 | -0/+52 |
