From 237f2c329f6c4c2291c3ddba071ffc8052e9af68 Mon Sep 17 00:00:00 2001 From: stv Date: Thu, 19 Feb 2015 13:11:26 -0800 Subject: [PATCH] Add TODO comment about future test improvements --- common/lib/capa/capa/tests/test_html_render.py | 1 + 1 file changed, 1 insertion(+) diff --git a/common/lib/capa/capa/tests/test_html_render.py b/common/lib/capa/capa/tests/test_html_render.py index ca39f3b5ff..c4925603c8 100644 --- a/common/lib/capa/capa/tests/test_html_render.py +++ b/common/lib/capa/capa/tests/test_html_render.py @@ -27,6 +27,7 @@ class CapaHtmlRenderTest(unittest.TestCase): # Render the HTML etree.XML(problem.get_html()) + # TODO: This test should inspect the rendered html and assert one or more things about it def test_include_html(self): # Create a test file to include