Commit e7b5ada5 by stv

Remove useless test

Per @sarina:
> `build_problem` is called in `_make_problem`, which other tests call
> in this class. A failure here will arise in other tests. This test is
> unnecessary.
parent 99008147
...@@ -2190,12 +2190,6 @@ class ChoiceTextResponseTest(ResponseTest): ...@@ -2190,12 +2190,6 @@ class ChoiceTextResponseTest(ResponseTest):
with self.assertRaises(Exception): with self.assertRaises(Exception):
self.build_problem(type="invalidtextgroup") self.build_problem(type="invalidtextgroup")
def test_valid_xml(self):
"""
Test that `build_problem` builds valid xml
"""
self.build_problem()
def test_unchecked_input_not_validated(self): def test_unchecked_input_not_validated(self):
""" """
Test that a student can have a non numeric answer in an unselected Test that a student can have a non numeric answer in an unselected
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment