devtools/testlib.py
branchtls-sprint
changeset 1142 03a9acf3c299
parent 1133 8a409ea0c9ec
child 1152 c99ef2a2535c
equal deleted inserted replaced
1141:66d532e62dd8 1142:03a9acf3c299
   178         and parsed.
   178         and parsed.
   179 
   179 
   180         :returns: an instance of `cubicweb.devtools.htmlparser.PageInfo`
   180         :returns: an instance of `cubicweb.devtools.htmlparser.PageInfo`
   181                   encapsulation the generated HTML
   181                   encapsulation the generated HTML
   182         """
   182         """
   183         req = req or rset.req
   183         req = req or rset and rset.req or self.request()
   184         # print "testing ", vid,
   184         # print "testing ", vid,
   185         # if rset:
   185         # if rset:
   186         #     print rset, len(rset), id(rset)
   186         #     print rset, len(rset), id(rset)
   187         # else:
   187         # else:
   188         #     print 
   188         #     print