WebsocketTest 1.0.14__py3-none-any.whl → 1.0.15__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- WebsocketTest/templates/basic//321/206/320/231/320/267/321/210/320/261/320/234/321/205/320/241/342/225/234/321/204/342/225/227/320/264.txt +43 -0
- {websockettest-1.0.14.dist-info → websockettest-1.0.15.dist-info}/METADATA +1 -1
- {websockettest-1.0.14.dist-info → websockettest-1.0.15.dist-info}/RECORD +6 -5
- websockettest-1.0.15.dist-info/entry_points.txt +3 -0
- websockettest-1.0.14.dist-info/entry_points.txt +0 -2
- {websockettest-1.0.14.dist-info → websockettest-1.0.15.dist-info}/WHEEL +0 -0
- {websockettest-1.0.14.dist-info → websockettest-1.0.15.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,43 @@
|
|
1
|
+
|
2
|
+
安徽5.0链路aqua测试:
|
3
|
+
ws test --env uat --app 0f0826ab --service aqua --project vwa
|
4
|
+
ws test --env live --app 0f0826ab --service aqua --project vwa
|
5
|
+
安徽5.4链路sds_gateway测试:
|
6
|
+
ws test --env uat --app 3d7d3ea4 --service gateway_5.4 --project vwa
|
7
|
+
ws test --env live --app 3d7d3ea4 --service gateway_5.4 --project vwa
|
8
|
+
安徽5.0链路sds_gateway测试:
|
9
|
+
ws test --env uat --app 0f0826ab --service gateway_5.0 --project vwa
|
10
|
+
ws test --env live --app 0f0826ab --service gateway_5.0 --project vwa
|
11
|
+
奥迪aqua测试:
|
12
|
+
ws test --env uat --app 576d9f07 --service aqua --project aodi
|
13
|
+
ws test --env live --app 576d9f07 --service aqua --project aodi
|
14
|
+
上汽5.0链路sds_gateway测试:
|
15
|
+
ws test --env uat --app 66ba7ded --service gateway_5.0 --project svw
|
16
|
+
ws test --env live --app 66ba7ded --service gateway_5.0 --project svw
|
17
|
+
|
18
|
+
ws startproject d
|
19
|
+
python run_tests.py --env live --app 0f0826ab --service gateway_5.0 --project vwa
|
20
|
+
pip install -e .
|
21
|
+
ws test --env uat --app 3d7d3ea4 --service gateway_5.4 --project vwa --testcase testcase/test_all.py::TestGateway::test[case_suite0]
|
22
|
+
|
23
|
+
关闭allure进程
|
24
|
+
netstat -ano | findstr "8883"
|
25
|
+
taskkill /PID 25804 /F
|
26
|
+
|
27
|
+
卸载
|
28
|
+
pip uninstall WebsocketTest
|
29
|
+
安装
|
30
|
+
pip install WebsocketTest==1.0.14
|
31
|
+
打包
|
32
|
+
python setup.py sdist bdist_wheel
|
33
|
+
上传
|
34
|
+
twine upload --repository pypi setup_temp/dist/*
|
35
|
+
|
36
|
+
|
37
|
+
安装虚拟环境
|
38
|
+
python -m venv venv
|
39
|
+
激活venv虚拟环境
|
40
|
+
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process -Force
|
41
|
+
.\venv\Scripts\Activate.ps1
|
42
|
+
退出venv
|
43
|
+
deactivate
|
@@ -18,6 +18,7 @@ WebsocketTest/common/utils.py,sha256=DfRwSqbci1w-omUjO4TlkqTqlc-_69Gs9JQtwL3-YSo
|
|
18
18
|
WebsocketTest/libs/allure-2.30.0.zip,sha256=SEc2gYElQbTQrIcpJ5gLIWptfPW8kPITU8gs4wezZho,26551281
|
19
19
|
WebsocketTest/templates/basic/conftest.py,sha256=y2_2961mhCYSRMp5X9xLq3nOmRzaTSgD3GDdrlTqxn4,1885
|
20
20
|
WebsocketTest/templates/basic/pytest.ini,sha256=An32MB2Yy2L4EVP9WoczW8x0ISAXsgG0tlSLta-cDcs,589
|
21
|
+
WebsocketTest/templates/basic/执行命令.txt,sha256=4qGUn4kRIfeS7yy13AWX-0K315vC3gffFXAGtVkoXkE,1574
|
21
22
|
WebsocketTest/templates/basic/config/svw/live.yml,sha256=dqTMDubVYO0lt2kPoHgbZW0ZVMaLO7-OjfBmHedqJuU,31
|
22
23
|
WebsocketTest/templates/basic/config/svw/uat.yml,sha256=DX8Bn_iL5JdFHxHSo1QdRHZLC0C6pId84dit2nutkqM,30
|
23
24
|
WebsocketTest/templates/basic/config/svw/aqua/uat.yml,sha256=Kn5vnsCVWaLuJA2m97EYy3ZN123H66-z2XSxAzgO97Q,358
|
@@ -82,8 +83,8 @@ WebsocketTest/templates/basic/testcase/__pycache__/test_gateway.cpython-310-pyte
|
|
82
83
|
WebsocketTest/templates/basic/testcase/__pycache__/test_gateway1.cpython-310-pytest-8.2.2.pyc,sha256=9_jiZtyNwQfXe-Jz1acHxrwz5snYfBngqgTFtIWhRNA,5684
|
83
84
|
WebsocketTest/templates/basic/testcase/__pycache__/test_gatewaybak.cpython-310-pytest-8.2.2.pyc,sha256=L50gNeQvSuFq2e-arnmKqYJR75ZrThiVaiIow5UUTjo,5587
|
84
85
|
WebsocketTest/templates/basic/testcase/__pycache__/test_limin.cpython-310-pytest-8.2.2.pyc,sha256=hx7j0GNxlgTscC36dUBHeo401Mo3bRt1cq6t7e7dDSA,3434
|
85
|
-
websockettest-1.0.
|
86
|
-
websockettest-1.0.
|
87
|
-
websockettest-1.0.
|
88
|
-
websockettest-1.0.
|
89
|
-
websockettest-1.0.
|
86
|
+
websockettest-1.0.15.dist-info/METADATA,sha256=pIda7CRcRDH1fr6AS-74N9PtuH1-p3GlBiUyRpZ1jbA,334
|
87
|
+
websockettest-1.0.15.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
88
|
+
websockettest-1.0.15.dist-info/entry_points.txt,sha256=r5FtB9A16mLy9v8B77rzZOxgn63ao8z4FTyvJ2KS3jo,108
|
89
|
+
websockettest-1.0.15.dist-info/top_level.txt,sha256=2iF1gZSbXLjVFOe5ZKQiCLC1FzAwhcQUM88yGi-vrCU,14
|
90
|
+
websockettest-1.0.15.dist-info/RECORD,,
|
File without changes
|
File without changes
|