hardpy 0.10.1__py3-none-any.whl → 0.11.0__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.
Files changed (28) hide show
  1. hardpy/__init__.py +2 -0
  2. hardpy/cli/cli.py +0 -12
  3. hardpy/cli/template.py +0 -4
  4. hardpy/common/config.py +11 -21
  5. hardpy/hardpy_panel/frontend/dist/asset-manifest.json +3 -3
  6. hardpy/hardpy_panel/frontend/dist/index.html +1 -1
  7. hardpy/hardpy_panel/frontend/dist/static/js/main.114c5914.js +3 -0
  8. hardpy/hardpy_panel/frontend/dist/static/js/main.114c5914.js.map +1 -0
  9. hardpy/pytest_hardpy/db/base_store.py +7 -2
  10. hardpy/pytest_hardpy/db/const.py +3 -0
  11. hardpy/pytest_hardpy/db/schema/v1.py +22 -0
  12. hardpy/pytest_hardpy/plugin.py +4 -12
  13. hardpy/pytest_hardpy/pytest_call.py +30 -41
  14. hardpy/pytest_hardpy/pytest_wrapper.py +7 -17
  15. hardpy/pytest_hardpy/reporter/base.py +9 -4
  16. hardpy/pytest_hardpy/reporter/hook_reporter.py +7 -0
  17. hardpy/pytest_hardpy/utils/__init__.py +2 -0
  18. hardpy/pytest_hardpy/utils/connection_data.py +0 -4
  19. hardpy/pytest_hardpy/utils/dialog_box.py +59 -6
  20. hardpy/pytest_hardpy/utils/exception.py +1 -0
  21. {hardpy-0.10.1.dist-info → hardpy-0.11.0.dist-info}/METADATA +1 -1
  22. {hardpy-0.10.1.dist-info → hardpy-0.11.0.dist-info}/RECORD +26 -26
  23. hardpy/hardpy_panel/frontend/dist/static/js/main.8a7d8f7d.js +0 -3
  24. hardpy/hardpy_panel/frontend/dist/static/js/main.8a7d8f7d.js.map +0 -1
  25. /hardpy/hardpy_panel/frontend/dist/static/js/{main.8a7d8f7d.js.LICENSE.txt → main.114c5914.js.LICENSE.txt} +0 -0
  26. {hardpy-0.10.1.dist-info → hardpy-0.11.0.dist-info}/WHEEL +0 -0
  27. {hardpy-0.10.1.dist-info → hardpy-0.11.0.dist-info}/entry_points.txt +0 -0
  28. {hardpy-0.10.1.dist-info → hardpy-0.11.0.dist-info}/licenses/LICENSE +0 -0
@@ -1,9 +1,9 @@
1
- hardpy/__init__.py,sha256=WX_p5lKywria7tlZulIKTdPhgG-F_Soic1eQa25_of8,1918
1
+ hardpy/__init__.py,sha256=j93-OCgVIy8Gm2EO1Nkwwja82dEcIb5odt8yAILd_Kk,1958
2
2
  hardpy/cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
- hardpy/cli/cli.py,sha256=EzyTc8C771NaVnwLed9tAauX8MHVhdxmWetKOfqWFBk,6538
4
- hardpy/cli/template.py,sha256=a9BZX8uFbIwyGfUex0PWGVirZ6GlkVpfpAdNsP_fqYo,6478
3
+ hardpy/cli/cli.py,sha256=UmPBllh0DeMAc8aqTc6nZW3SAtp30gUzi3TN-hNXfjo,6140
4
+ hardpy/cli/template.py,sha256=ItgD2DSxxFiW7JOXRXNAT5KrBKe5kqDxQIRKLV3Kd0s,6352
5
5
  hardpy/common/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
- hardpy/common/config.py,sha256=IkY3jTCmjzmIqXBPGhBPQp2yEx8SzI00c5WrEspIhsQ,5077
6
+ hardpy/common/config.py,sha256=9fMFsuc3Bzy3LMmq8AhtF95jvJ0hca-ss-99Yvg5sh8,4758
7
7
  hardpy/common/stand_cloud/__init__.py,sha256=iOLOLdz06j8TLZBzHbYYuc0V5RYdEuG9ZbAxSg3rP2s,412
8
8
  hardpy/common/stand_cloud/connector.py,sha256=RBG-RDQmKGDey7mT13KiDtl-0ETIGivF-3LGtI67Odg,7334
9
9
  hardpy/common/stand_cloud/exception.py,sha256=eKkqu5ylDRIGN_yZhvz2xVGm49XmlZ8nryALgdRqpbY,287
@@ -12,9 +12,9 @@ hardpy/common/stand_cloud/registration.py,sha256=HxvTex-PxanfVMYt7jiOuxs2lSMt0-f
12
12
  hardpy/common/stand_cloud/token_storage.py,sha256=aH3-BRefCR-CHd0La6wOEwWxBZY8wOkdXh8WE86vLMo,856
13
13
  hardpy/hardpy_panel/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
14
14
  hardpy/hardpy_panel/api.py,sha256=2brUDu8gAV7WduZTlxfW_ax-Z7loE-RXzZgrUUd33L4,3073
15
- hardpy/hardpy_panel/frontend/dist/asset-manifest.json,sha256=PgtjHvX6HPsAzUrKaCldhGUmr0wyFIv8brWW2pitHUQ,2824
15
+ hardpy/hardpy_panel/frontend/dist/asset-manifest.json,sha256=WVqZE4iDaw0CeBzkAEjZGv8-HeJdJY0c8_BlZvjYF0E,2824
16
16
  hardpy/hardpy_panel/frontend/dist/favicon.ico,sha256=sgIk5PKUKEKBDpkSrc8dJgjpObp0iF82Mec0GpfKId4,15406
17
- hardpy/hardpy_panel/frontend/dist/index.html,sha256=zlW8GXzZZSz2Q3d1RP1LuNzuNFQk9oI1iemKzFbxC_o,656
17
+ hardpy/hardpy_panel/frontend/dist/index.html,sha256=JsE-kpgc5chDXMfxf65920hRssqGsd5R_lsRiTv0QE4,656
18
18
  hardpy/hardpy_panel/frontend/dist/logo192.png,sha256=E4K7drvhJCg9HcTpRihOXZhVJVBZ7-W97Se-3tDb46o,14485
19
19
  hardpy/hardpy_panel/frontend/dist/logo512.png,sha256=-fIMbqX7PYUpheK4kX1C1erRTe_hHZwFQYDLrAbhFRU,34188
20
20
  hardpy/hardpy_panel/frontend/dist/manifest.json,sha256=PfmJlN2JMJtHS6OnhU4b4X5wPQC_yRBdjesjoirObSA,502
@@ -32,9 +32,9 @@ hardpy/hardpy_panel/frontend/dist/static/js/blueprint-icons-all-paths.f63155c9.c
32
32
  hardpy/hardpy_panel/frontend/dist/static/js/blueprint-icons-all-paths.f63155c9.chunk.js.map,sha256=p1xKHRK4AZutkZsQHiWSNU61tYp7I3iUuyLLm3eqkHQ,2833
33
33
  hardpy/hardpy_panel/frontend/dist/static/js/blueprint-icons-split-paths-by-size-loader.52a072d3.chunk.js,sha256=Jl5xm_jQ9IXKhCagHHvnIhwYXb379Q5FFBiqPoKdUIE,605
34
34
  hardpy/hardpy_panel/frontend/dist/static/js/blueprint-icons-split-paths-by-size-loader.52a072d3.chunk.js.map,sha256=amJiG2QaJMRR9Y2M0C2soOqd75xdQHhsVKjwrDSIIT0,2224
35
- hardpy/hardpy_panel/frontend/dist/static/js/main.8a7d8f7d.js,sha256=lb369nZXWvAWJvKBkONDxwjGgt8q1R5K8LjHmAig-uA,1067533
36
- hardpy/hardpy_panel/frontend/dist/static/js/main.8a7d8f7d.js.LICENSE.txt,sha256=ForPNukClWMEP3pF9LMYoU-ve-LsyCH-rYU8eLki_FY,2315
37
- hardpy/hardpy_panel/frontend/dist/static/js/main.8a7d8f7d.js.map,sha256=MwMn2EKAFx4ynoVjCcFuWYJO_iFS4j3FNVllq5oYYdA,5324603
35
+ hardpy/hardpy_panel/frontend/dist/static/js/main.114c5914.js,sha256=IvWCfa7IRGZE65jUrSKA2axkcC9x_qRF-SwbESSs7Hg,1017092
36
+ hardpy/hardpy_panel/frontend/dist/static/js/main.114c5914.js.LICENSE.txt,sha256=ForPNukClWMEP3pF9LMYoU-ve-LsyCH-rYU8eLki_FY,2315
37
+ hardpy/hardpy_panel/frontend/dist/static/js/main.114c5914.js.map,sha256=gaZHxb-xbVW1kLzwRDOfbspJMHc40X6y9NbCKBC61ZI,5089110
38
38
  hardpy/hardpy_panel/frontend/dist/static/media/blueprint-icons-16.520846c6beb41df528c8.eot,sha256=PTCTrQYNHX2hIPUaYWtOKrI30-iQGXt_EGxq6JCXie0,117628
39
39
  hardpy/hardpy_panel/frontend/dist/static/media/blueprint-icons-16.5c52b39c697f2323ce8b.svg,sha256=lDCQy06aS-9bmhwuFOUs-EdcR8MP2wqwAwky5oamtkQ,509417
40
40
  hardpy/hardpy_panel/frontend/dist/static/media/blueprint-icons-16.84db1772f4bfb529f64f.woff,sha256=edyqQN0nw4dNBs1pgr7pQB7nJhhR6T_YfklFcG_fHj0,53344
@@ -47,21 +47,21 @@ hardpy/hardpy_panel/frontend/dist/static/media/blueprint-icons-20.afbadb627d43b7
47
47
  hardpy/hardpy_panel/frontend/dist/static/media/blueprint-icons-20.e857f5a5132b8bfa71a1.woff,sha256=mQZTxE1PyyAL16VWuASOvXlZFwuI4aCPvbrhfgpdIdU,55356
48
48
  hardpy/hardpy_panel/frontend/dist/static/media/logo_smol.5b16f92447a4a9e80331.png,sha256=E4K7drvhJCg9HcTpRihOXZhVJVBZ7-W97Se-3tDb46o,14485
49
49
  hardpy/pytest_hardpy/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
50
- hardpy/pytest_hardpy/plugin.py,sha256=dBgj_p7Re9BWHCXKUT8h5J8LGAXK0Jb_ac9fdtQ_q3A,17671
51
- hardpy/pytest_hardpy/pytest_call.py,sha256=S8v5XHm8iG_KcVeBHlb97aupGSWpadsaH_dfLLGTGEQ,12628
52
- hardpy/pytest_hardpy/pytest_wrapper.py,sha256=y9McSAzSIushZek2wmNooZDDnN_1TlxHoW-WG5Wk29M,5002
50
+ hardpy/pytest_hardpy/plugin.py,sha256=Mwx_FEYhenNfrKLHexvSzWk9bobXJTfo40qCvi-2LGk,17500
51
+ hardpy/pytest_hardpy/pytest_call.py,sha256=CL1cIGu5WLm0au7riQ-xVlX0_f8nmubIedBXxRX98tc,12319
52
+ hardpy/pytest_hardpy/pytest_wrapper.py,sha256=SdG4fRQTmxbQqDfdiM_Wx6EwQpV06Rm9CpfLmZ3pkhg,4719
53
53
  hardpy/pytest_hardpy/db/__init__.py,sha256=G6y13JPh8HaH2O9E3_LTH_bTUVSgiezQFjDGaNIljec,557
54
54
  hardpy/pytest_hardpy/db/base_connector.py,sha256=5a476F5LwvFUfQ4Yc0Q6biacULDrCk8UHPlpc6n0NRQ,1111
55
55
  hardpy/pytest_hardpy/db/base_server.py,sha256=XqTff225iIymPYUGGEja9r9WOilVw7ljcAVp1M8VuAI,404
56
- hardpy/pytest_hardpy/db/base_store.py,sha256=9TA1BAU4_ARm4dxfhLRNWSnGV98z0rr9U1o0BibBe-U,3532
57
- hardpy/pytest_hardpy/db/const.py,sha256=MkKYBAf5_o4jaGM-vfprKbRXITb-ix7RqmNo3AMCI7o,894
56
+ hardpy/pytest_hardpy/db/base_store.py,sha256=xmtccsMhdMQkso5ptBk7UaCuS-nkyDgAq-ZN9Yw0joU,3740
57
+ hardpy/pytest_hardpy/db/const.py,sha256=aaiRkmqGu2P2BMkhautYV1bFeuGInqtHVl8OcaWeSFk,970
58
58
  hardpy/pytest_hardpy/db/runstore.py,sha256=tCXWo2AW0er3lbDcCqYbYxOBbINMZNtfnnjlIJpXmIA,949
59
59
  hardpy/pytest_hardpy/db/statestore.py,sha256=0sv4AqzwW_J34O-cb7aN3zmgULIVtZRi_qg4XvC2_L0,586
60
60
  hardpy/pytest_hardpy/db/schema/__init__.py,sha256=1S73W3PLQt8gX5Y33nbX1JdwLvnrtlKH4cElID3pwuc,263
61
- hardpy/pytest_hardpy/db/schema/v1.py,sha256=iEkcczMYo9TGs6dTzL5eR1k59rkOC8FDs4JRqGuoNAM,9454
61
+ hardpy/pytest_hardpy/db/schema/v1.py,sha256=_hFJNF6lwhb5xl09ccLrH1RvtMb0J7DaE1XBR8EtYUE,9804
62
62
  hardpy/pytest_hardpy/reporter/__init__.py,sha256=rztpM2HlLUpMOvad0JHbZU4Mk8PDDQyCFXLhpLktGQI,322
63
- hardpy/pytest_hardpy/reporter/base.py,sha256=o5Pbl89nWLCFd1mYiFdxCQ9d3FOb9oQ3eruYH60H5CQ,2517
64
- hardpy/pytest_hardpy/reporter/hook_reporter.py,sha256=PAmy-dcIectzbAd3NfZDi_IydtFXwY9_7HlbsgLhLvA,11585
63
+ hardpy/pytest_hardpy/reporter/base.py,sha256=IGVzKpOTN2uauhrUn3HWTyHhhMQFXAWcOvfo1EzDOkw,2707
64
+ hardpy/pytest_hardpy/reporter/hook_reporter.py,sha256=8cOlOgmLqDty4ib3p5gkZdi6ZAYqAFIjQhQ3Vm6AHGU,11952
65
65
  hardpy/pytest_hardpy/reporter/runner_reporter.py,sha256=YsK8wrLIulsixePG6WNfC4MagpKfhP5j0CUaXkcfeL0,790
66
66
  hardpy/pytest_hardpy/result/__init__.py,sha256=JEFxF8yCnBcUSkvRFIjOCTafMIQuMXCBL23Uj0vSX2E,469
67
67
  hardpy/pytest_hardpy/result/couchdb_config.py,sha256=rzUc2cg6uUnDo6RPHTaWR_RbmN_uZ77dWGCXQYz8iNk,3292
@@ -70,17 +70,17 @@ hardpy/pytest_hardpy/result/report_loader/couchdb_loader.py,sha256=KcZ0JkCgWhrj2
70
70
  hardpy/pytest_hardpy/result/report_loader/stand_cloud_loader.py,sha256=RM6teBUvX5BlYUEHnElqIBvbbfx0G98vwjlCecI6FG8,2405
71
71
  hardpy/pytest_hardpy/result/report_reader/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
72
72
  hardpy/pytest_hardpy/result/report_reader/couchdb_reader.py,sha256=GrROwfTVyJaVLPBxkvOM35HCksFEnWm0aVI8FibPikg,5911
73
- hardpy/pytest_hardpy/utils/__init__.py,sha256=eNvQ5OjiLHLj9Rn2y4hyIexano1CUNhSMhzaw3IUwn4,1471
74
- hardpy/pytest_hardpy/utils/connection_data.py,sha256=H5WyQhyRolXkZPrSDAlNRm0TRUcJAsHC7_27MjRa85w,564
73
+ hardpy/pytest_hardpy/utils/__init__.py,sha256=xA4g-d4Z75phko-Vay7ZRSxzIO3FB5-IAiyMyXLZnoE,1511
74
+ hardpy/pytest_hardpy/utils/connection_data.py,sha256=Oq1LdIpmYkwakNCNwAPD-FTH4W7lj_v8vYkQCqJTof8,449
75
75
  hardpy/pytest_hardpy/utils/const.py,sha256=RuzRmnpvmUylRbj8CxtaVbo7J9kp6rELvjPdfUzMQLU,407
76
- hardpy/pytest_hardpy/utils/dialog_box.py,sha256=aUakpMihJTLRaAWm1Ybt2SPYGBL5Gt9pOmhIMYEHIls,9708
77
- hardpy/pytest_hardpy/utils/exception.py,sha256=kLvJpAppjFsdnhw7zhUHGMLhS946O36H2-F5wrTeVVE,1380
76
+ hardpy/pytest_hardpy/utils/dialog_box.py,sha256=RjUArdN-xGFM3WQzxI8QaZeJk6lynG06ZDOnstVq038,11222
77
+ hardpy/pytest_hardpy/utils/exception.py,sha256=bsyExxcFrpArO1WK-tiqwYuPtVC43jj3eHquLcR-3vc,1381
78
78
  hardpy/pytest_hardpy/utils/machineid.py,sha256=6JAzUt7KtjTYn8kL9hSMaCQ20U8liH-zDT9v-5Ch7Q8,296
79
79
  hardpy/pytest_hardpy/utils/node_info.py,sha256=mA7u1KHHLIq70ZNOOF7NVlxMmfhwGanVyXpBNfBWQDk,4121
80
80
  hardpy/pytest_hardpy/utils/progress_calculator.py,sha256=TPl2gG0ZSvMe8otPythhF9hkD6fa6-mJAhy9yI83-yE,1071
81
81
  hardpy/pytest_hardpy/utils/singleton.py,sha256=tjUGs48o_vBeVpRsEBZEOTCoCUikpIFmQ1c3rsfymso,948
82
- hardpy-0.10.1.dist-info/METADATA,sha256=XglDrNrTyGzBPJt7pGnQQiL8KerkYGEj320TQpIB4mg,3909
83
- hardpy-0.10.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
84
- hardpy-0.10.1.dist-info/entry_points.txt,sha256=nL2sMkKMScNaOE0IPkYnu9Yr-BUswZvGSrwY-SxHY3E,102
85
- hardpy-0.10.1.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
86
- hardpy-0.10.1.dist-info/RECORD,,
82
+ hardpy-0.11.0.dist-info/METADATA,sha256=397yygx3Gjw9Zs_F4gC9rdwo8Iyvp-SyfPrbeAcyXFM,3909
83
+ hardpy-0.11.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
84
+ hardpy-0.11.0.dist-info/entry_points.txt,sha256=nL2sMkKMScNaOE0IPkYnu9Yr-BUswZvGSrwY-SxHY3E,102
85
+ hardpy-0.11.0.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
86
+ hardpy-0.11.0.dist-info/RECORD,,