Skip to content

Commit

Permalink
Do not make RunPostTestChecks inherit from TestCase
Browse files Browse the repository at this point in the history
Aside from the coinciding setUp and tearDown names, it has nothing to do
with a TestCase.

Signed-off-by: mulhern <[email protected]>
  • Loading branch information
mulkieran committed Nov 26, 2024
1 parent e462a89 commit 64b984a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testlib/infra.py
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ def __str__(self):
return self.value


class RunPostTestChecks(unittest.TestCase):
class RunPostTestChecks:
"""
Manage running post test checks
"""
Expand Down

0 comments on commit 64b984a

Please sign in to comment.