We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0292ca6 commit 9a4709cCopy full SHA for 9a4709c
python/ql/test/experimental/dataflow/ApiGraphs/use.ql
@@ -13,7 +13,8 @@ class ApiUseTest extends InlineExpectationsTest {
13
l = n.getLocation() and
14
// Module variable nodes have no suitable location, so it's best to simply exclude them entirely
15
// from the inline tests.
16
- not n instanceof DataFlow::ModuleVariableNode
+ not n instanceof DataFlow::ModuleVariableNode and
17
+ exists(l.getFile().getRelativePath())
18
}
19
20
override predicate hasActualResult(Location location, string element, string tag, string value) {
0 commit comments