Adding tests

This commit is contained in:
Vik Paruchuri
2012-11-06 09:03:59 -05:00
parent 6cdc41505e
commit b209018c46
8 changed files with 61 additions and 0 deletions

View File

@@ -311,3 +311,10 @@ class ImportTestCase(unittest.TestCase):
system = self.get_system(False)
self.assertRaises(etree.XMLSyntaxError, system.process_xml, bad_xml)
def test_selfassessment_import_export(self):
'''
Check to see if definition_from_xml and definition_to_xml in self_assessment_module.py function.
'''