From 62a12d2d6fe9faa88482a49447ebf4ed73a7e3a5 Mon Sep 17 00:00:00 2001 From: Charles Harris Date: Sun, 6 Aug 2017 09:33:40 -0600 Subject: TST, MAINT: Add `__init__.py` files to tests directories. This allows pytest to run with duplicate test file names. Note that `python ` 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. --- numpy/matrixlib/tests/__init__.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 numpy/matrixlib/tests/__init__.py (limited to 'numpy/matrixlib') diff --git a/numpy/matrixlib/tests/__init__.py b/numpy/matrixlib/tests/__init__.py new file mode 100644 index 000000000..e69de29bb -- cgit v1.2.1