MCPcopy Create free account
hub / github.com/nodejs/node / pytest_generate_tests

Function pytest_generate_tests

deps/libffi/testsuite/emscripten/test_libffi.py:44–47  ·  view source on GitHub ↗
(metafunc)

Source from the content-addressed store, hash-verified

42
43
44def pytest_generate_tests(metafunc):
45 test_build_dir = metafunc.cls.TEST_BUILD_DIR
46 test_names = [x.stem for x in (TEST_PATH / test_build_dir).glob("*.o")]
47 metafunc.parametrize("libffi_test", test_names)
48
49
50if __name__ == "__main__":

Callers

nothing calls this directly

Calls 1

globMethod · 0.80

Tested by

no test coverage detected