Fix Pylint: W1503(redundant-unittest-assert)

This commit is contained in:
stv
2015-02-15 19:47:54 -08:00
parent 69695a8f12
commit c0a7bf94f4
2 changed files with 0 additions and 3 deletions

View File

@@ -27,8 +27,6 @@ class CapaHtmlRenderTest(unittest.TestCase):
# Render the HTML
etree.XML(problem.get_html())
# expect that we made it here without blowing up
self.assertTrue(True)
def test_include_html(self):
# Create a test file to include

View File

@@ -2195,7 +2195,6 @@ class ChoiceTextResponseTest(ResponseTest):
Test that `build_problem` builds valid xml
"""
self.build_problem()
self.assertTrue(True)
def test_unchecked_input_not_validated(self):
"""