07 2022 档案

摘要:conftest.py 编写灯具可以在testcases 用例直接引用项目目录和pytest.ini一致可以全局使用,其次每个包可以有自己的conftest.pyimport pytestimport uuidimport timefrom _pytest import runner@pytest. 阅读全文
posted @ 2022-07-30 02:56 不带R的墨菲特 阅读(93) 评论(0) 推荐(0)
摘要:conftest.py 编写灯具可以在testcases 用例直接引用项目目录和pytest.ini一致可以全局使用,其次每个包可以有自己的conftest.pyimport pytestimport uuidimport timefrom _pytest import runner@pytest. 阅读全文
posted @ 2022-07-30 02:55 不带R的墨菲特 阅读(233) 评论(0) 推荐(0)
摘要:CREATE TABLE t( c1 varchar(10) not null, c2 varchar(10) not null, c3 varchar(10) not null, c4 varchar(10) not null, c5 varchar(10) not null )ENGINE In 阅读全文
posted @ 2022-07-29 00:14 不带R的墨菲特 阅读(38) 评论(1) 推荐(0)
摘要:def execfile(file_path, globals=None, locals=None): if globals is None: globals = {} globals.update({ "__file__": file_path, "__name__": "__main__", } 阅读全文
posted @ 2022-07-13 09:57 不带R的墨菲特 阅读(101) 评论(0) 推荐(0)