07 2022 档案
摘要:conftest.py 编写灯具可以在testcases 用例直接引用项目目录和pytest.ini一致可以全局使用,其次每个包可以有自己的conftest.pyimport pytestimport uuidimport timefrom _pytest import runner@pytest.
阅读全文
摘要:conftest.py 编写灯具可以在testcases 用例直接引用项目目录和pytest.ini一致可以全局使用,其次每个包可以有自己的conftest.pyimport pytestimport uuidimport timefrom _pytest import runner@pytest.
阅读全文
摘要: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
阅读全文
摘要:def execfile(file_path, globals=None, locals=None): if globals is None: globals = {} globals.update({ "__file__": file_path, "__name__": "__main__", }
阅读全文


浙公网安备 33010602011771号