WebsocketTest 1.0.5__py3-none-any.whl → 1.0.6__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/commands/startproject.py +1 -1
- {websockettest-1.0.5.dist-info → websockettest-1.0.6.dist-info}/METADATA +1 -1
- {websockettest-1.0.5.dist-info → websockettest-1.0.6.dist-info}/RECORD +6 -6
- {websockettest-1.0.5.dist-info → websockettest-1.0.6.dist-info}/WHEEL +0 -0
- {websockettest-1.0.5.dist-info → websockettest-1.0.6.dist-info}/entry_points.txt +0 -0
- {websockettest-1.0.5.dist-info → websockettest-1.0.6.dist-info}/top_level.txt +0 -0
@@ -13,7 +13,7 @@ def configure_parser(parser):
|
|
13
13
|
|
14
14
|
def execute(args):
|
15
15
|
"""执行项目创建"""
|
16
|
-
template_dir = Path(__file__).parent.parent
|
16
|
+
template_dir = Path(__file__).parent.parent / "templates" / args.template
|
17
17
|
target_dir = Path.cwd() / args.project_name
|
18
18
|
|
19
19
|
if target_dir.exists():
|
@@ -6,7 +6,7 @@ WebsocketTest/caseScript/Aqua.py,sha256=dTjVd4FPka5lMUvxa1DsGTJ6gx7NRo5NGNunrue3
|
|
6
6
|
WebsocketTest/caseScript/Gateway.py,sha256=4_BlJPbn6X_eFHYz2orn3fXPQMPz5jRdUlj6tXkeX2Q,11748
|
7
7
|
WebsocketTest/caseScript/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
8
8
|
WebsocketTest/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
9
|
-
WebsocketTest/commands/startproject.py,sha256=
|
9
|
+
WebsocketTest/commands/startproject.py,sha256=xTL6Tct8J8Ks6QD2VrQkNAWGhyv1UEMBuh2gmKCi3d0,909
|
10
10
|
WebsocketTest/commands/test.py,sha256=16i5SI9_kfR67bGWR13Id6HUr4qvYalz4WcNSdvS4Mo,893
|
11
11
|
WebsocketTest/common/Assertion.py,sha256=Kd86Dr6CkPGHN4747T4doyZjklhEFaQ14WCJxuN59IU,5229
|
12
12
|
WebsocketTest/common/WSBaseApi.py,sha256=prclFQ7jV2l9GJmBssLaZks6-bhiR-q1d46GwH8hPzA,4026
|
@@ -14,8 +14,8 @@ WebsocketTest/common/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hS
|
|
14
14
|
WebsocketTest/common/assertUtils.py,sha256=poyL6J_WXb2BJvaABCILfiWHN7gHSTRcMWvpjk224yU,4713
|
15
15
|
WebsocketTest/common/logger.py,sha256=JY7dJLVObKoA6E-5FJ0EMX_EyN8Otg4_4FYywKVSkcg,367
|
16
16
|
WebsocketTest/common/utils.py,sha256=DfRwSqbci1w-omUjO4TlkqTqlc-_69Gs9JQtwL3-YSo,8704
|
17
|
-
websockettest-1.0.
|
18
|
-
websockettest-1.0.
|
19
|
-
websockettest-1.0.
|
20
|
-
websockettest-1.0.
|
21
|
-
websockettest-1.0.
|
17
|
+
websockettest-1.0.6.dist-info/METADATA,sha256=0tNOicOm8mnTtzPCLVRGvy8iCkUca8x_s0nBMbgChWM,420
|
18
|
+
websockettest-1.0.6.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
19
|
+
websockettest-1.0.6.dist-info/entry_points.txt,sha256=9-0RmZ0nVgfDKaDFyk5xv8arp_us-7w5Negvis1CvYc,46
|
20
|
+
websockettest-1.0.6.dist-info/top_level.txt,sha256=2iF1gZSbXLjVFOe5ZKQiCLC1FzAwhcQUM88yGi-vrCU,14
|
21
|
+
websockettest-1.0.6.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|