コード例 #1
0
def test_scan_parser():
    assert scan_parser(code_contents, sensitive_func, lineno, repairs)
コード例 #2
0
ファイル: test_parser.py プロジェクト: LiGhT1EsS/cobra
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)