better webclient.py

This commit is contained in:
mdipierro
2012-08-29 21:57:09 -05:00
parent 7250e27ba1
commit 341a35410d
14 changed files with 307 additions and 208 deletions
+2 -1
View File
@@ -27,7 +27,7 @@ class TestBareHelpers(unittest.TestCase):
def testHR(self):
self.assertEqual(HR(_a='1', _b='2').xml(), '<hr a="1" b="2" />')
def testIMG(self):
self.assertEqual(IMG(_a='1', _b='2').xml(),
'<img a="1" b="2" />')
@@ -209,3 +209,4 @@ class TestBareHelpers(unittest.TestCase):
if __name__ == '__main__':
unittest.main()