()
| 43 | |
| 44 | @pytest.mark.skipif(IS_WASM, reason="Cannot start subprocess") |
| 45 | def test_pep338(): |
| 46 | stdout = subprocess.check_output([sys.executable, '-mnumpy.f2py', '-v']) |
| 47 | assert_equal(stdout.strip(), np.__version__.encode('ascii')) |
nothing calls this directly
no test coverage detected