| 1 | """Common test support for all numpy test scripts. |
| 2 | |
| 3 | This single module should provide all the common functionality for numpy tests |
| 4 | in a single location, so that test scripts can just import it and work right |
nothing calls this directly
no test coverage detected