Class h.t.TestHDocument(unittest.TestCase):
Part of hypy.test_libView In Hierarchy
Test the dictionary and text properties of HDocument
| Method | setUp | Create a document |
| Method | test_dictlike | HDocument mostly conforms to the dictionary protocol. Make sure that |
| Method | test_text | Mess with document text |
| Method | test_unicodeType | Almost everything in hypy must be unicode |
def
test_dictlike(self):
HDocument mostly conforms to the dictionary protocol. Make sure that works.