mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-07 08:49:37 +08:00
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
## 金牌赞助商(Gold Sponsor)
|
## 金牌赞助商(Gold Sponsor)
|
||||||
|
|
||||||
[<img src="assets/hogwarts.jpeg" alt="霍格沃兹测试学院" width="500">](https://ceshiren.com/)
|
[<img src="https://raw.githubusercontent.com/httprunner/httprunner/master/docs/assets/hogwarts.jpeg" alt="霍格沃兹测试学院" width="500">](https://ceshiren.com/)
|
||||||
|
|
||||||
> [霍格沃兹测试开发学社](http://qrcode.testing-studio.com/f?from=httprunner&url=https://ceshiren.com)是业界领先的测试开发技术高端教育品牌,隶属于[测吧(北京)科技有限公司](http://qrcode.testing-studio.com/f?from=httprunner&url=https://www.testing-studio.com) 。学院课程由一线大厂测试经理与资深测试开发专家参与研发,实战驱动。课程涵盖 web/app 自动化测试、接口测试、性能测试、安全测试、持续集成/持续交付/DevOps,测试左移&右移、精准测试、测试平台开发、测试管理等内容,帮助测试工程师实现测试开发技术转型。通过优秀的学社制度(奖学金、内推返学费、行业竞赛等多种方式)来实现学员、学社及用人企业的三方共赢。
|
> [霍格沃兹测试开发学社](http://qrcode.testing-studio.com/f?from=httprunner&url=https://ceshiren.com)是业界领先的测试开发技术高端教育品牌,隶属于[测吧(北京)科技有限公司](http://qrcode.testing-studio.com/f?from=httprunner&url=https://www.testing-studio.com) 。学院课程由一线大厂测试经理与资深测试开发专家参与研发,实战驱动。课程涵盖 web/app 自动化测试、接口测试、性能测试、安全测试、持续集成/持续交付/DevOps,测试左移&右移、精准测试、测试平台开发、测试管理等内容,帮助测试工程师实现测试开发技术转型。通过优秀的学社制度(奖学金、内推返学费、行业竞赛等多种方式)来实现学员、学社及用人企业的三方共赢。
|
||||||
|
|
||||||
|
|||||||
@@ -2,6 +2,10 @@
|
|||||||
# $ pip install mkdocs # 1.1.2
|
# $ pip install mkdocs # 1.1.2
|
||||||
# $ pip install mkdocs-material # 5.2.2
|
# $ pip install mkdocs-material # 5.2.2
|
||||||
|
|
||||||
|
# usage
|
||||||
|
# $ mkdocs serve # build docs and preview
|
||||||
|
# $ mkdocs gh-deploy # Deploy your documentation to GitHub Pages
|
||||||
|
|
||||||
# Project information
|
# Project information
|
||||||
site_name: HttpRunner V3.x Docs
|
site_name: HttpRunner V3.x Docs
|
||||||
site_description: HttpRunner V3.x User Documentation
|
site_description: HttpRunner V3.x User Documentation
|
||||||
@@ -13,7 +17,7 @@ repo_url: https://github.com/httprunner/httprunner
|
|||||||
edit_uri: ""
|
edit_uri: ""
|
||||||
|
|
||||||
# Copyright
|
# Copyright
|
||||||
copyright: 'Copyright © 2017 - 2020 debugtalk'
|
copyright: 'Copyright © 2017 - 2021 debugtalk'
|
||||||
|
|
||||||
# Configuration
|
# Configuration
|
||||||
theme:
|
theme:
|
||||||
|
|||||||
520
poetry.lock
generated
520
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -30,7 +30,7 @@ include = ["docs/CHANGELOG.md"]
|
|||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.6.2"
|
python = "^3.6.2"
|
||||||
requests = "^2.22.0"
|
requests = "^2.22.0"
|
||||||
pyyaml = "^5.1.2"
|
pyyaml = "^5.4.1"
|
||||||
jinja2 = "^2.10.3"
|
jinja2 = "^2.10.3"
|
||||||
pydantic = "^1.4"
|
pydantic = "^1.4"
|
||||||
loguru = "^0.4.1"
|
loguru = "^0.4.1"
|
||||||
@@ -65,3 +65,7 @@ locusts = "httprunner.ext.locust:main_locusts"
|
|||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry>=1.0.0"]
|
requires = ["poetry>=1.0.0"]
|
||||||
build-backend = "poetry.masonry.api"
|
build-backend = "poetry.masonry.api"
|
||||||
|
|
||||||
|
[[tool.poetry.source]]
|
||||||
|
name = "tsinghua"
|
||||||
|
url = "https://pypi.tuna.tsinghua.edu.cn/simple/"
|
||||||
|
|||||||
Reference in New Issue
Block a user