1.KeyWordsFrameWork目录下新建RunTest.py文件,运行文件,查看允许结果# encoding = utf-8fromKeyWordsFrameWork.testScripts.TestCreatBuildingimportTestCreatBuildif__name__=='__main__':TestCreatBuild()