Skip to content

Commit 4b3927a

Browse files
[DEBUG] part n+8 of many debugging
### ChangeLog: Changes in file .github/workflows/bandit.yml: jobs: Changes in file tests/test_usage.py: def test_invalid_Error_WHEN_cli_called_GIVEN_bad_input(self):
1 parent eee939f commit 4b3927a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/bandit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
# level: MEDIUM # optional, default is UNDEFINED
4747
# Report only issues of a given confidence level or higher. Can be LOW, MEDIUM or HIGH.
4848
# Default is UNDEFINED (everything)
49-
confidence: LOW # optional, default is UNDEFINED
49+
# confidence: # optional, default is UNDEFINED
5050
# comma-separated list of paths (glob patterns supported) to exclude from scan
5151
# (note that these are in addition to the excluded paths provided in the config file)
5252
# (default: .svn,CVS,.bzr,.hg,.git,__pycache__,.tox,.eggs,*.egg)

tests/test_usage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -859,7 +859,7 @@ def test_invalid_Error_WHEN_cli_called_GIVEN_bad_input(self):
859859
err = None
860860
del err # skipcq - cleanup any error leaks early
861861
theResult = False
862-
assert theResult
862+
self.assertTrue(theResult, str("""Could Not handle negitive inputs"""))
863863

864864

865865
if __name__ == '__main__':

0 commit comments

Comments
 (0)