Skip to content

Commit

Permalink
Updated the tresult with info/err message #393
Browse files Browse the repository at this point in the history
Fixed #327
Fixed #330 commented out deletion test results
  • Loading branch information
chidanandpujar committed Jun 12, 2024
1 parent 6b719ec commit 2d486a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/jnpr/jsnapy/operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def testname_results(self):
test["command"] = cmd
testname_result_dict.setdefault(test["test_name"], [])
testname_result_dict[test["test_name"]].append(test)
#del test["test_name"]
# del test["test_name"]
return testname_result_dict

def define_operator(
Expand Down

0 comments on commit 2d486a8

Please sign in to comment.