Commit 17f11cef by Alexander Kryklia

added comments

parent efdc4c7b
......@@ -199,6 +199,11 @@ class Test_DragAndDrop(unittest.TestCase):
self.assertFalse(draganddrop.grade(user_input, correct_answer))
#test for every function in DND
# test for different denied-allowed positions inised
# different groups
def suite():
testcases = [Test_DragAndDrop]
......
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