Skip to content

Commit

Permalink
Fix pylint for test files
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff-Meadows committed Jun 14, 2017
1 parent e9cb901 commit a12d39e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions test/test_flaky_decorator.py
Expand Up @@ -7,9 +7,6 @@


class TestFlakyDecorator(TestCase):
def setUp(self):
super(TestFlakyDecorator, self).setUp()

def test_flaky_raises_for_non_positive_min_passes(self):
def test_something():
pass
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -30,7 +30,7 @@ commands =
[testenv:pylint]
commands =
pylint --rcfile=.pylintrc flaky
pylint --rcfile=.pylintrc test -d C0330,W0621
pylint --rcfile=.pylintrc test -d C0330,W0621,C0411

[testenv:coverage]
commands =
Expand Down

0 comments on commit a12d39e

Please sign in to comment.