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