WebsocketTest 1.0.1__py3-none-any.whl → 1.0.2__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: WebsocketTest
3
- Version: 1.0.1
3
+ Version: 1.0.2
4
4
  Summary: websocket api autotest
5
5
  Author: chencheng
6
6
  Requires-Python: >=3.10
@@ -10,8 +10,8 @@ common/logger.py,sha256=B7jjPd5miAYorveHUEGW8xKxUNlJzKlVug0rKWRK3p0,783
10
10
  common/utils.py,sha256=5NrU_cXzpzTYSI38LZe4IjJe3HxNB64rtrXZcf3Vixs,8706
11
11
  testcase/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
12
12
  testcase/test_all.py,sha256=mdfivt5vmfcn_4LZVcQ1KTH0n69gKxd_Id-DCapGlu4,198
13
- WebsocketTest-1.0.1.dist-info/METADATA,sha256=Vr1be7OlsFVWKE1DMIgKEZBCFAz93S8-GBLrSCney68,378
14
- WebsocketTest-1.0.1.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
15
- WebsocketTest-1.0.1.dist-info/entry_points.txt,sha256=9TXEzvfAj1QvYGZKFgi09VFqBnizLmJ8HjVsHhhmenk,55
16
- WebsocketTest-1.0.1.dist-info/top_level.txt,sha256=KmqByBRxmIHZiIEEGQnX5_C3urP-43-6TCFUhM3aMKk,27
17
- WebsocketTest-1.0.1.dist-info/RECORD,,
13
+ WebsocketTest-1.0.2.dist-info/METADATA,sha256=S5IsZs_O_g0N8oNkb34VI_tr8jnMeJOPIAs78cqOFmk,378
14
+ WebsocketTest-1.0.2.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
15
+ WebsocketTest-1.0.2.dist-info/entry_points.txt,sha256=7ppZml2d-BVAurDYhw301dOBU8wDgQrtTNlkJNGSc_Q,59
16
+ WebsocketTest-1.0.2.dist-info/top_level.txt,sha256=KmqByBRxmIHZiIEEGQnX5_C3urP-43-6TCFUhM3aMKk,27
17
+ WebsocketTest-1.0.2.dist-info/RECORD,,
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ wsrun = WebsocketTest.cli:main_run_alias
@@ -1,2 +0,0 @@
1
- [console_scripts]
2
- wsrun = WebsocketTest.run_tests:main