Skip to content

Commit

Permalink
Unit tests pylint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
todor-ivanov committed Sep 12, 2024
1 parent 0385a3a commit 19e1e3b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion test/python/Utils_t/Utilities_t.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ def testReduceReport(self):
testList.append(False)
self.assertEqual(reduceReport(testList, expectedValue=['OK']), False)


def testMakeList(self):
"""
Test the makeList function
Expand Down
1 change: 0 additions & 1 deletion test/python/WMCore_t/ReqMgr_t/Utils_t/Validation_t.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ def testValidateRequestAllowedArgs(self):
applies a filter of allowed parameters changes per status
:return: nothing, raises an exception if there are problems
"""
stdBase = StdBase()
defReqArgs = StdBase.getWorkloadAssignArgs()
newReqArgs = {key: None for key in defReqArgs.keys()}

Expand Down

0 comments on commit 19e1e3b

Please sign in to comment.