MCPcopy Index your code
hub / github.com/numpy/numpy / test_pep338

Function test_pep338

numpy/tests/test_scripts.py:43–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41
42@pytest.mark.skipif(IS_WASM, reason="Cannot start subprocess")
43def test_pep338():
44 stdout = subprocess.check_output([sys.executable, '-mnumpy.f2py', '-v'])
45 assert_equal(stdout.strip(), np.__version__.encode('ascii'))

Callers

nothing calls this directly

Calls 4

assert_equalFunction · 0.90
check_outputMethod · 0.80
stripMethod · 0.80
encodeMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…