MCPcopy Create free account
hub / github.com/numpy/numpy / test_from_template

Function test_from_template

numpy/distutils/tests/test_from_template.py:39–44  ·  view source on GitHub ↗

Regression test for gh-10712.

()

Source from the content-addressed store, hash-verified

37
38
39def test_from_template():
40 """Regression test for gh-10712."""
41 pyf = process_str(pyf_src)
42 normalized_pyf = normalize_whitespace(pyf)
43 normalized_expected_pyf = normalize_whitespace(expected_pyf)
44 assert_equal(normalized_pyf, normalized_expected_pyf)

Callers

nothing calls this directly

Calls 3

process_strFunction · 0.90
assert_equalFunction · 0.90
normalize_whitespaceFunction · 0.70

Tested by

no test coverage detected