Provides logic for creating a @kind test-postprocess
query that converts
external locations to a special {EXTERNAL LOCATION}
string.
This is useful for writing tests that use real locations when executed in
VS Code, but prevents the βLocation is outside of test directoryβ warning
when executed through codeql test run
.
Import path
import codeql.util.test.ExternalLocationPostProcessing