MCPcopy Create free account
hub / github.com/pybind/pybind11 / test_eval_file

Function test_eval_file

tests/test_eval.py:23–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21
22@pytest.mark.xfail("env.PYPY or env.GRAALPY", raises=RuntimeError)
23def test_eval_file():
24 filename = os.path.join(os.path.dirname(__file__), "test_eval_call.py")
25 assert m.test_eval_file(filename)
26
27 assert m.test_eval_file_failure()
28
29
30def test_eval_empty_globals():

Callers

nothing calls this directly

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected