Ejemplo n.º 1
0
 def test5(self):
     assert Request.tagContent(Request, 'version') == 'Version 1.0'
Ejemplo n.º 2
0
 def test4(self):
     assert type(Request.tagContent(Request, 'version')) == str