TST: Move new asarray test to a more appropriate place.#22251
TST: Move new asarray test to a more appropriate place.#22251seberg merged 3 commits intonumpy:mainfrom
asarray test to a more appropriate place.#22251Conversation
|
From #21995 (comment), @seberg writes
|
If you think Will do. |
Remove `test_asarray.py`. Create a new `TestAsArray` suite in `test_array_coercion.py`
|
Interesting, the windows Not a worry for this, but might be interesting and make debugging easier, eventually? Thanks @eirrgang, somehow I thought I had a closer look at this during SciPy already... Could in principle split up the test into smaller ones, but it doesn't matter much and the test looks very thorough. |
As noted at #21995 (comment), the new test from #21995 was placed in a directory intended for the Array API, and unrelated to the change.
The test would not be out of place in
test_multiarray.py, but I was urged not to contribute to the bloat of that file. It does seem appropriate to put the new test in the same directory as test_multiarray.py, though.Refs #1468