Python: Mark failing test as false negative

This commit is contained in:
Taus Brock-Nannestad
2020-10-20 13:11:06 +02:00
parent 802a725260
commit 860cafed4d
2 changed files with 1 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ def test_import():
mymodule.x # $tracked
y = mymodule.func() # $tracked
y # $tracked
mymodule.z # $tracked
mymodule.z # $f-:tracked
# ------------------------------------------------------------------------------

View File

@@ -1 +0,0 @@
| test.py:57:16:57:25 | Comment # $tracked | Missing result:tracked= |