Exemple #1
0
 def test_file(self):
     self.app.route('/')(lambda: tobs('test'))
     self.assertBody('test')
 def test_file(self):
     self.app.route('/')(lambda: tobs('test'))
     self.assertBody('test')