You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/11/19 13:19:36 UTC

[GitHub] [airflow] ashb commented on a change in pull request #19702: Switch Markdown engine to markdown-it-py

ashb commented on a change in pull request #19702:
URL: https://github.com/apache/airflow/pull/19702#discussion_r753183274



##########
File path: tests/www/test_utils.py
##########
@@ -184,29 +184,53 @@ def test_markdown_none(self):
 class TestWrappedMarkdown(unittest.TestCase):
     def test_wrapped_markdown_with_docstring_curly_braces(self):
         rendered = wrapped_markdown("{braces}", css_class="a_class")
-        assert '<div class="a_class" ><p>{braces}</p></div>' == rendered
+        self.assertEqual(

Review comment:
       Don't use asseryEqual, keep as a plain assert please.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org