Ejemplo n.º 1
0
 def test_file(self):
     self.app.route('/')(lambda: tobs('test'))
     self.assertBody('test')
Ejemplo n.º 2
0
 def test_file(self):
     self.app.route('/')(lambda: tobs('test'))
     self.assertBody('test')