예제 #1
0
def test_get_static_method(path: str, return_value: Any) -> None:
    assert utils.get_static_method(path)() == return_value
예제 #2
0
def test_get_static_method(path, return_value):
    assert utils.get_static_method(path)() == return_value