informix.py
来自「SQLAlchemy. 经典的Python ORM框架。学习必看。」· Python 代码 · 共 16 行
PY
16 行
import testenv; testenv.configure_for_tests()from sqlalchemy import *from sqlalchemy.databases import informixfrom testlib import *class BasicTest(TestBase, AssertsExecutionResults): # A simple import of the database/ module should work on all systems. def test_import(self): # we got this far, right? return Trueif __name__ == "__main__": testenv.main()
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?