Skip to content

Commit

Permalink
pylint: Waive a too-many-arguments complaint
Browse files Browse the repository at this point in the history
  • Loading branch information
spbnick committed Oct 30, 2023
1 parent ff55e2b commit 03fb53a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kcidb/unittest.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def execute(stdin, name, *args, driver_source="return function()"):
)


# It's OK, pylint: disable=too-many-arguments
def assert_executes(stdin, name, *args,
driver_source="return function()",
stdout_re="", stderr_re="", status=0):
Expand Down

0 comments on commit 03fb53a

Please sign in to comment.