Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | TST, MAINT: Add `__init__.py` files to tests directories. | Charles Harris | 2017-08-06 | 1 | -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 test | Julian Taylor | 2017-05-02 | 1 | -0/+26 |