Skip to content

Commit

Permalink
Python: update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yoff committed Oct 11, 2024
1 parent e2eb08b commit 5650694
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
argumentToEnsureNotTaintedNotMarkedAsSpurious
untaintedArgumentToEnsureTaintedNotMarkedAsMissing
testFailures
| threat_models.py:40:35:40:55 | Comment # $ SPURIOUS: tainted | Fixed spurious result:tainted= |
failures
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
ensure_tainted(explicit_argv_parsing.foo) # $ tainted

fake_args = parser.parse_args(["<foo>"])
ensure_not_tainted(fake_args.foo) # $ SPURIOUS: tainted
ensure_not_tainted(fake_args.foo)

########################################
# reading input from stdin
Expand Down

0 comments on commit 5650694

Please sign in to comment.