Skip to content

Commit

Permalink
add credentials attribute to MockTool class for enhanced testing
Browse files Browse the repository at this point in the history
  • Loading branch information
arash77 committed Dec 19, 2024
1 parent 7c8b58f commit 9d8bfa5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/unit/app/tools/test_evaluation.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ def __init__(self, app):
self.options = Bunch(sanitize=False)
self.check_values = True
self.version_string_cmd = ""
self.credentials = []

def test_thresh_param(self):
elem = XML('<param name="thresh" type="integer" value="5" />')
Expand Down

0 comments on commit 9d8bfa5

Please sign in to comment.