summaryrefslogtreecommitdiff
path: root/numpy/distutils/tests/test_from_template.py
Commit message (Collapse)AuthorAgeFilesLines
* MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-061-5/+1
| | | | | That function is nose specific and has not worked since `__init__` files were added to the tests directories.
* BUG: distutils: Remove named templates from the output.Warren Weckesser2018-03-101-0/+48
The code now does not copy the named templates found outside a function or subroutine to the output file. Fixes gh-10712.