[tools] pep8 was renamed to pycodestyle.

This commit is contained in:
Andrew Hamilton 2016-11-11 13:05:32 +01:00
parent 9ef0c51693
commit 916ca5c092
4 changed files with 7 additions and 7 deletions

View file

@ -102,8 +102,8 @@ class ToolsTestCase(unittest.TestCase):
# Not testing python_profile, because it is non-deterministic.
def test_pep8(self):
self._test_tool(tools.pep8, self.HI_OK)
def test_pycodestyle(self):
self._test_tool(tools.pycodestyle, self.HI_OK)
def test_pyflakes(self):
self._test_tool(tools.pyflakes, self.HI_OK)