summaryrefslogtreecommitdiff
path: root/numpy/core/tests/__init__.py
AgeCommit message (Collapse)AuthorFilesLines
2017-08-06TST, MAINT: Add `__init__.py` files to tests directories.Charles Harris1-0/+0
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.