예제 #1
0
def test_scan_parser():
    assert scan_parser(code_contents, sensitive_func, lineno, repairs)
예제 #2
0
def test_scan_parser():
    assert scan_parser(code_contents, sensitive_func, lineno)
예제 #3
0
def test_scan_parser():
    assert scan_parser(code_contents, sensitive_func, lineno, target_projects)
예제 #4
0
def test_scan_parser():
    assert scan_parser(sensitive_func, lineno, target_projects)