MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_function

Function test_function

extra_tests/test_snippets.py:71–72  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

69 ].replace(".", "_").replace("-", "_")
70
71 def test_function(self):
72 perform_test(filename, method, test_type)
73
74 if hasattr(cls, test_function_name):
75 raise ValueError("Duplicate test case {}".format(test_function_name))

Callers

nothing calls this directly

Calls 1

perform_testFunction · 0.85

Tested by

no test coverage detected