uosdksdjkhfsjdfdssd

This commit is contained in:
陈银花 2021-09-29 11:18:34 +08:00
parent 1f0a2ab398
commit a3dc014d41
3 changed files with 12 additions and 18 deletions

16
Pipfile.lock generated
View File

@ -1,7 +1,7 @@
{
"_meta": {
"hash": {
"sha256": "c36ae28fea7b9a4cc02145632e2f41469af2e7b38b801903abb8333d3306f36b"
"sha256": "3ea235286f3cb02870378097b40744aa50d1ae64a1116afeb73088d0af9c1d23"
},
"pipfile-spec": 6,
"requires": {
@ -10,7 +10,7 @@
"sources": [
{
"name": "pypi",
"url": "https://pypi.org/simple",
"url": "https://pypi.douban.com/simple",
"verify_ssl": true
}
]
@ -26,11 +26,11 @@
},
"django": {
"hashes": [
"sha256:7f92413529aa0e291f3be78ab19be31aefb1e1c9a52cd59e130f505f27a51f13",
"sha256:f27f8544c9d4c383bbe007c57e3235918e258364577373d4920e9162837be022"
"sha256:95b318319d6997bac3595517101ad9cc83fe5672ac498ba48d1a410f47afecd2",
"sha256:e93c93565005b37ddebf2396b4dc4b6913c1838baa82efdfb79acedd5816c240"
],
"index": "pypi",
"version": "==3.2.6"
"version": "==3.2.7"
},
"pytz": {
"hashes": [
@ -41,11 +41,11 @@
},
"sqlparse": {
"hashes": [
"sha256:017cde379adbd6a1f15a61873f43e8274179378e95ef3fede90b5aa64d304ed0",
"sha256:0f91fd2e829c44362cbcfab3e9ae12e22badaa8a29ad5ff599f9ec109f0454e8"
"sha256:0c00730c74263a94e5a9919ade150dfc3b19c574389985446148402998287dae",
"sha256:48719e356bb8b42991bdbb1e8b83223757b93789c00910a616a071910ca4a64d"
],
"markers": "python_version >= '3.5'",
"version": "==0.4.1"
"version": "==0.4.2"
}
},
"develop": {}

View File

@ -4,3 +4,7 @@
# @File : __init__.py.py
# @Software: PyCharm
# @Desc:
a = 1
print(a)

View File

@ -7,16 +7,6 @@ from selenium.webdriver.chrome.options import Options as CH_Options
from selenium.webdriver.firefox.options import Options as FF_Options
from config import RunConfig
# 项目目录配置
BASE_DIR = os.path.dirname(os.path.abspath(__file__))
REPORT_DIR = BASE_DIR + "/test_report/"
# 设置用例描述表头
def pytest_html_results_table_header(cells):
cells.insert(2, html.th('Description'))
cells.pop()
# 设置用例描述表格
def pytest_html_results_table_row(report, cells):