Coding style.

- Linting.
This commit is contained in:
Andrew Hamilton 2019-12-04 18:39:22 +10:00
parent b2e6ab2c3e
commit 4a2f99d795
16 changed files with 55 additions and 64 deletions

View file

@ -133,7 +133,7 @@ class ToolsTestCase(unittest.TestCase):
self._test_tool(tools.perl_syntax,
[("perl.pl", tools.Status.ok),
# ("perl6.pl", tools.Status.problem)
])
])
def test_perldoc(self):
# FIX: This is failing in an Appimage, inside a nspawn container,