tools: Remove missed code formatter.
This commit is contained in:
parent
66495cdf7d
commit
be489b0628
5 changed files with 3 additions and 23 deletions
|
|
@ -188,9 +188,6 @@ class ToolsTestCase(unittest.TestCase):
|
|||
def test_html_syntax(self):
|
||||
self._test_tool(tools.html_syntax, [("hi.html", tools.Status.problem)])
|
||||
|
||||
def test_tidy(self):
|
||||
self._test_tool(tools.tidy, [("hi.html", tools.Status.normal)])
|
||||
|
||||
def test_html2text(self):
|
||||
self._test_tool(tools.html2text, [("hi.html", tools.Status.normal)])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue