Kaydet (Commit) 51d35343 authored tarafından Eray Özkural's avatar Eray Özkural

add test

üst e2c4fd42
......@@ -55,6 +55,7 @@ class XmlFileTestCase(unittest.TestCase):
self.assert_(a.href.startswith('http'))
self.assertEqual(a.number, 868)
self.assertEqual(a.name, 'Eray Ozkural')
self.assertEqual(len(a.projects), 3)
#string = a.format(errs)
#print '*', string
a.print_text()
......
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