mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
8 lines
240 B
Python
8 lines
240 B
Python
import os
|
|
import sys
|
|
sys.path.append(os.path.join(os.path.dirname(__file__), "..", "..", "..", "integration-tests"))
|
|
import diagnostics_test_utils
|
|
|
|
test_db = "db"
|
|
diagnostics_test_utils.check_diagnostics(".", test_db, skip_attributes=True)
|