python自动测试

时间:2021-02-20 02:51:45
【文件属性】:
文件名称:python自动测试
文件大小:24KB
文件格式:ZIP
更新时间:2021-02-20 02:51:45
Python 使用Python进行自动化测试 这只是一个与我一起通过一起编写的项目。 环境设定 我正在使用来管理我的python软件包。 您可以下载。 安装完成后,您可以运行以下命令来设置环境。 # Creates a conda environment with all required libraries conda create -n automated-testing --file env.yml # Activates the created environment conda activate automated-testing # Install packages not available in Conda pip install Flask-JWT 有趣的东西 Windows子系统Linux(WSL) # Starts SSH-agent and adds key to it. ev
【文件预览】:
automated-testing-with-python-master
----blog_app()
--------tests()
--------__init__.py(0B)
--------main()
----rest_api()
--------tests()
--------__init__.py(0B)
--------main()
----env.yml(189B)
----flask_app()
--------tests()
--------__init__.py(0B)
--------main()
----__init__.py(0B)
----.gitignore(25B)
----README.md(2KB)
----scripts()
--------decorator.py(880B)
--------coding_exercise_7.py(1KB)
--------coding_exercise_6.py(610B)
--------exception.py(764B)
----.gitattributes(11B)
----discover_tests.py(343B)

网友评论