Fix flake8 violation under tests/

This commit is contained in:
Takeshi KOMIYA
2016-06-12 00:00:52 +09:00
parent 2483122c2f
commit 80921b2ab8
26 changed files with 130 additions and 98 deletions

View File

@@ -67,7 +67,7 @@ def test_html_with_set_translator_for_html_and_html_translator_class(
assert translator_class.__name__ == 'ConfHTMLTranslator'
## this test break test_websupport.test_comments test. why?
# this test break test_websupport.test_comments test. why?
# @with_app(
# buildername='dirhtml',
# srcdir=(test_roots / 'test-api-set-translator'),