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