mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
Python: Mark failing test as false negative
This commit is contained in:
@@ -54,7 +54,7 @@ def test_import():
|
||||
mymodule.x # $tracked
|
||||
y = mymodule.func() # $tracked
|
||||
y # $tracked
|
||||
mymodule.z # $tracked
|
||||
mymodule.z # $f-:tracked
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
| test.py:57:16:57:25 | Comment # $tracked | Missing result:tracked= |
|
||||
|
||||
Reference in New Issue
Block a user