Skip to content

Commit

Permalink
Ignore spurious Pylint error
Browse files Browse the repository at this point in the history
  • Loading branch information
koterpillar committed May 3, 2020
1 parent 4fc7271 commit 3ddf4a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aloe/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def loadTestsFromFile(self, file_):
for scenario in super().loadTestsFromFile(file_):
yield scenario

self.runner.tests_run.append(file_)
self.runner.tests_run.append(file_) # pylint:disable=no-member


class TestRunner(Runner):
Expand Down

0 comments on commit 3ddf4a7

Please sign in to comment.