summaryrefslogtreecommitdiff
path: root/numpy/f2py/tests/test_module_doc.py
Commit message (Collapse)AuthorAgeFilesLines
* MAINT,TST: Reduce np.testing to IS_PYPYRohit Goswami2021-12-061-6/+3
| | | | Co-authored-by: Melissa Weber Mendonça <melissawm@gmail.com>
* MAINT: Rework whitespace to pass PR checksRohit Goswami2021-12-051-7/+11
| | | | Co-authored-by: Charles Harris <charlesr.harris@gmail.com>
* TST,STY: Clean up F2PY tests for pathlib.PathRohit Goswami2021-12-031-5/+1
|
* Added textwrap.dedent to test.MelissaWM2020-09-261-2/+10
|
* Fixing tests for pypy and win.MelissaWM2020-09-241-2/+8
|
* BUG: Fixes module data docstrings.MelissaWM2020-09-241-0/+16
Fixes gh-15325