Пример #1
0
 def testsqlalchemy(self):
     if SQLAtesting:
         c.foos = Session.query(Foo).all()
         return render_mako('test_sqlalchemy.html')
     pass