Commit 41145d22 by David Ormsbee

Remove unimplemented test.

parent 3ec4a3a0
......@@ -35,10 +35,6 @@ class TestRubricDeserialization(TestCase):
with self.assertRaises(InvalidRubric):
rubric_from_dict(json_data('rubric_data/no_points.json'))
def test_dont_accept_content_hash(self):
# we should always calculate this ourselves and not trust the user.
pass
class TestCriterionDeserialization(TestCase):
......
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