Files
codeql/csharp/ql/integration-tests/posix-only/dotnet_test/test.py
2023-03-02 15:25:49 +00:00

6 lines
162 B
Python

from create_database_utils import *
from diagnostics_test_utils import *
run_codeql_database_create(['dotnet test'], db=None, lang="csharp")
check_diagnostics()