Python: Update all test util paths to point to the new location.

This commit is contained in:
Michael Nebel
2024-12-11 13:29:16 +01:00
parent 1490400ab0
commit 2321ca59f6
60 changed files with 64 additions and 64 deletions

View File

@@ -5,8 +5,8 @@
import python
import semmle.python.dataflow.new.DataFlow
import semmle.python.dataflow.new.TaintTracking
import TestUtilities.dataflow.testConfig
import TestUtilities.InlineExpectationsTest
import utils.test.dataflow.testConfig
import utils.test.InlineExpectationsTest
module TestTaintFlow = TaintTracking::Global<TestConfig>;