summaryrefslogtreecommitdiff
path: root/numpy/f2py/tests/test_string.py
Commit message (Collapse)AuthorAgeFilesLines
* TST, MAINT: Add `__init__.py` files to tests directories.Charles Harris2017-08-061-1/+1
| | | | | | | | This allows pytest to run with duplicate test file names. Note that `python <path-to-test-file>` no longer works with this change, nor will a simple `pytest numpy`, because numpy is imported from the numpy repository. However, `python runtests.py` and `>>> numpy.test()` are still available.
* TST: add a char array input testJulian Taylor2017-05-021-0/+26