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.
This commit is contained in:
@@ -2190,12 +2190,6 @@ class ChoiceTextResponseTest(ResponseTest):
|
||||
with self.assertRaises(Exception):
|
||||
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):
|
||||
"""
|
||||
Test that a student can have a non numeric answer in an unselected
|
||||
|
||||
Reference in New Issue
Block a user