hardpy 0.6.1__py3-none-any.whl → 0.7.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 (46) hide show
  1. hardpy/__init__.py +28 -26
  2. hardpy/cli/cli.py +8 -8
  3. hardpy/cli/template.py +6 -6
  4. hardpy/common/config.py +15 -14
  5. hardpy/hardpy_panel/api.py +9 -9
  6. hardpy/hardpy_panel/frontend/dist/asset-manifest.json +3 -3
  7. hardpy/hardpy_panel/frontend/dist/index.html +1 -1
  8. hardpy/hardpy_panel/frontend/dist/static/js/main.942e57d4.js +3 -0
  9. hardpy/hardpy_panel/frontend/dist/static/js/main.942e57d4.js.map +1 -0
  10. hardpy/pytest_hardpy/db/__init__.py +3 -4
  11. hardpy/pytest_hardpy/db/base_connector.py +6 -5
  12. hardpy/pytest_hardpy/db/base_server.py +1 -1
  13. hardpy/pytest_hardpy/db/base_store.py +14 -9
  14. hardpy/pytest_hardpy/db/const.py +3 -1
  15. hardpy/pytest_hardpy/db/runstore.py +13 -15
  16. hardpy/pytest_hardpy/db/schema/__init__.py +9 -0
  17. hardpy/pytest_hardpy/db/{schema.py → schema/v1.py} +120 -79
  18. hardpy/pytest_hardpy/db/statestore.py +8 -10
  19. hardpy/pytest_hardpy/plugin.py +103 -48
  20. hardpy/pytest_hardpy/pytest_call.py +75 -30
  21. hardpy/pytest_hardpy/pytest_wrapper.py +8 -7
  22. hardpy/pytest_hardpy/reporter/__init__.py +1 -1
  23. hardpy/pytest_hardpy/reporter/base.py +32 -7
  24. hardpy/pytest_hardpy/reporter/hook_reporter.py +65 -37
  25. hardpy/pytest_hardpy/reporter/runner_reporter.py +6 -8
  26. hardpy/pytest_hardpy/result/__init__.py +1 -1
  27. hardpy/pytest_hardpy/result/couchdb_config.py +20 -16
  28. hardpy/pytest_hardpy/result/report_loader/couchdb_loader.py +2 -2
  29. hardpy/pytest_hardpy/result/report_reader/couchdb_reader.py +36 -20
  30. hardpy/pytest_hardpy/utils/__init__.py +20 -19
  31. hardpy/pytest_hardpy/utils/connection_data.py +6 -8
  32. hardpy/pytest_hardpy/utils/const.py +1 -1
  33. hardpy/pytest_hardpy/utils/dialog_box.py +34 -22
  34. hardpy/pytest_hardpy/utils/exception.py +8 -8
  35. hardpy/pytest_hardpy/utils/machineid.py +15 -0
  36. hardpy/pytest_hardpy/utils/node_info.py +45 -16
  37. hardpy/pytest_hardpy/utils/progress_calculator.py +4 -3
  38. hardpy/pytest_hardpy/utils/singleton.py +23 -16
  39. {hardpy-0.6.1.dist-info → hardpy-0.7.0.dist-info}/METADATA +19 -28
  40. {hardpy-0.6.1.dist-info → hardpy-0.7.0.dist-info}/RECORD +44 -42
  41. hardpy/hardpy_panel/frontend/dist/static/js/main.7c954faf.js +0 -3
  42. hardpy/hardpy_panel/frontend/dist/static/js/main.7c954faf.js.map +0 -1
  43. /hardpy/hardpy_panel/frontend/dist/static/js/{main.7c954faf.js.LICENSE.txt → main.942e57d4.js.LICENSE.txt} +0 -0
  44. {hardpy-0.6.1.dist-info → hardpy-0.7.0.dist-info}/WHEEL +0 -0
  45. {hardpy-0.6.1.dist-info → hardpy-0.7.0.dist-info}/entry_points.txt +0 -0
  46. {hardpy-0.6.1.dist-info → hardpy-0.7.0.dist-info}/licenses/LICENSE +0 -0
@@ -1,14 +1,14 @@
1
- hardpy/__init__.py,sha256=1GtlRzkpmNVjZ6LcNYFVmEtgFCR3T6gLSLBLrZA9Nog,1692
1
+ hardpy/__init__.py,sha256=IunIhNF5RsmWwwxU_QL9eXj1tn0EiBf5QJAhdttslHA,1767
2
2
  hardpy/cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
- hardpy/cli/cli.py,sha256=Z0KGzZplCaHfyttKjMIqnE5upaca-H1XyiaZ2fUCHvM,4504
4
- hardpy/cli/template.py,sha256=IgroGdzkKUn5BExDYtzw9djr1Ryvj39wRUF-VlKCToE,6461
3
+ hardpy/cli/cli.py,sha256=mhyLivd6-hXAkBDgBDXvra9LkB5r2y6J7Jed2ZDGHVA,4602
4
+ hardpy/cli/template.py,sha256=a9BZX8uFbIwyGfUex0PWGVirZ6GlkVpfpAdNsP_fqYo,6478
5
5
  hardpy/common/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
- hardpy/common/config.py,sha256=rkvbFXFxoqBkYsEbCcnWX5d6G9hzS9Mr4mgQoSMbY6U,4497
6
+ hardpy/common/config.py,sha256=RUit9lUgAQ78o4mbe-9Qjt9H7H-waw5BervdLmGlWUg,4507
7
7
  hardpy/hardpy_panel/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
8
- hardpy/hardpy_panel/api.py,sha256=ew_3cTMW5XzS_EtHkH41z8ckOcJ_a5_zi3-AE8OKtEI,2969
9
- hardpy/hardpy_panel/frontend/dist/asset-manifest.json,sha256=BnMkNkch6nsMmxLzKmOB3ne_jq-d5ksz2AS_M25r-jA,2824
8
+ hardpy/hardpy_panel/api.py,sha256=XQeTsh-TJxizaQYpzFVDHPUG6XOIZJThbxtdyjgEKSo,2992
9
+ hardpy/hardpy_panel/frontend/dist/asset-manifest.json,sha256=P-6dxpQBuN1iNDikP25tASRwYAB4qvy5GCNp_gm8ugo,2824
10
10
  hardpy/hardpy_panel/frontend/dist/favicon.ico,sha256=sgIk5PKUKEKBDpkSrc8dJgjpObp0iF82Mec0GpfKId4,15406
11
- hardpy/hardpy_panel/frontend/dist/index.html,sha256=6Ea-Fn6tO3DbWeeYbMp4HYix1SILrdny4OKnk2odti8,656
11
+ hardpy/hardpy_panel/frontend/dist/index.html,sha256=vQQAndFDzJ3POkKIsWnMvS3GuQrByubugOcExhc02tg,656
12
12
  hardpy/hardpy_panel/frontend/dist/logo512.png,sha256=-fIMbqX7PYUpheK4kX1C1erRTe_hHZwFQYDLrAbhFRU,34188
13
13
  hardpy/hardpy_panel/frontend/dist/manifest.json,sha256=PfmJlN2JMJtHS6OnhU4b4X5wPQC_yRBdjesjoirObSA,502
14
14
  hardpy/hardpy_panel/frontend/dist/static/css/main.e8a862f1.css,sha256=gNl6kGMBhtswNrUU6X2S6uosRU7xhxqI_p9gsEtBUqE,318244
@@ -25,9 +25,9 @@ hardpy/hardpy_panel/frontend/dist/static/js/blueprint-icons-all-paths.f63155c9.c
25
25
  hardpy/hardpy_panel/frontend/dist/static/js/blueprint-icons-all-paths.f63155c9.chunk.js.map,sha256=p1xKHRK4AZutkZsQHiWSNU61tYp7I3iUuyLLm3eqkHQ,2833
26
26
  hardpy/hardpy_panel/frontend/dist/static/js/blueprint-icons-split-paths-by-size-loader.52a072d3.chunk.js,sha256=Jl5xm_jQ9IXKhCagHHvnIhwYXb379Q5FFBiqPoKdUIE,605
27
27
  hardpy/hardpy_panel/frontend/dist/static/js/blueprint-icons-split-paths-by-size-loader.52a072d3.chunk.js.map,sha256=amJiG2QaJMRR9Y2M0C2soOqd75xdQHhsVKjwrDSIIT0,2224
28
- hardpy/hardpy_panel/frontend/dist/static/js/main.7c954faf.js,sha256=e6kjJZEVUdfYrF2TE7_jXWmRkxv555N6ARVR5OSNquA,1062573
29
- hardpy/hardpy_panel/frontend/dist/static/js/main.7c954faf.js.LICENSE.txt,sha256=ForPNukClWMEP3pF9LMYoU-ve-LsyCH-rYU8eLki_FY,2315
30
- hardpy/hardpy_panel/frontend/dist/static/js/main.7c954faf.js.map,sha256=VpaF9MC2wZxpMZf-a7PgfXikuXzwK4nL3qKmknf-yn4,5306007
28
+ hardpy/hardpy_panel/frontend/dist/static/js/main.942e57d4.js,sha256=wGfyirJs-X2pEVWp15K8TQ-II5XoS8dWJnDqd408pUo,1062804
29
+ hardpy/hardpy_panel/frontend/dist/static/js/main.942e57d4.js.LICENSE.txt,sha256=ForPNukClWMEP3pF9LMYoU-ve-LsyCH-rYU8eLki_FY,2315
30
+ hardpy/hardpy_panel/frontend/dist/static/js/main.942e57d4.js.map,sha256=rR_HRW6MtELdjdlNsPRKnjamdqdBHc9da2DrAhjJ3pc,5306590
31
31
  hardpy/hardpy_panel/frontend/dist/static/media/blueprint-icons-16.520846c6beb41df528c8.eot,sha256=PTCTrQYNHX2hIPUaYWtOKrI30-iQGXt_EGxq6JCXie0,117628
32
32
  hardpy/hardpy_panel/frontend/dist/static/media/blueprint-icons-16.5c52b39c697f2323ce8b.svg,sha256=lDCQy06aS-9bmhwuFOUs-EdcR8MP2wqwAwky5oamtkQ,509417
33
33
  hardpy/hardpy_panel/frontend/dist/static/media/blueprint-icons-16.84db1772f4bfb529f64f.woff,sha256=edyqQN0nw4dNBs1pgr7pQB7nJhhR6T_YfklFcG_fHj0,53344
@@ -40,37 +40,39 @@ hardpy/hardpy_panel/frontend/dist/static/media/blueprint-icons-20.afbadb627d43b7
40
40
  hardpy/hardpy_panel/frontend/dist/static/media/blueprint-icons-20.e857f5a5132b8bfa71a1.woff,sha256=mQZTxE1PyyAL16VWuASOvXlZFwuI4aCPvbrhfgpdIdU,55356
41
41
  hardpy/hardpy_panel/frontend/dist/static/media/logo_smol.5b16f92447a4a9e80331.png,sha256=E4K7drvhJCg9HcTpRihOXZhVJVBZ7-W97Se-3tDb46o,14485
42
42
  hardpy/pytest_hardpy/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
43
- hardpy/pytest_hardpy/plugin.py,sha256=5DF29vbTPQ-nohiDDYay6Ml6GUHFnxZZDZHtKSFAOZE,14044
44
- hardpy/pytest_hardpy/pytest_call.py,sha256=yXhp40ccOyeN0AJygenjQQ6fQKS2B85eW4-wZP2OgIQ,10184
45
- hardpy/pytest_hardpy/pytest_wrapper.py,sha256=p11L4d1VIDmgeG8ltRQrmBRXqK1HRqBCQo63Qia_0SQ,4495
46
- hardpy/pytest_hardpy/db/__init__.py,sha256=MxDufncz0zgRAxrndvPXXW4NrU7rRP7MzIrR7S5Cwwo,558
47
- hardpy/pytest_hardpy/db/base_connector.py,sha256=cmNV4Y6jFij8Fpp_74W0nqdBFa3J9c9in7MDeNJ4ZL0,1046
48
- hardpy/pytest_hardpy/db/base_server.py,sha256=zZbek5jNjtXRVxOhFLWvmKrtOZsbQwrsW0pcql2gpUg,396
49
- hardpy/pytest_hardpy/db/base_store.py,sha256=WkgBvvY4pEYp83jP3HxxSfmLztoMzAXh199J_mOQcX8,2900
50
- hardpy/pytest_hardpy/db/const.py,sha256=7jmJOZA-V-Jjf8vyFqTuyqrKueiPDUO60jNj2z5jKsQ,738
51
- hardpy/pytest_hardpy/db/runstore.py,sha256=50amoTIO7OTqd5Ks1_7uTzqjCldLpTapkxbIQOgj1sQ,1023
52
- hardpy/pytest_hardpy/db/schema.py,sha256=dDwVlXT1Jt_A-ZtjjbZG_QR6AeqTdHT79eLEIjkZIxU,8262
53
- hardpy/pytest_hardpy/db/statestore.py,sha256=IBgPXQ0aAtaAOVW2Q-U9Pv0GqYY8o340K30EvDRdsAI,1025
54
- hardpy/pytest_hardpy/reporter/__init__.py,sha256=RONapygH3c_FyXokAlyCVJXGV2cV_jCYDxLymvvA1uE,322
55
- hardpy/pytest_hardpy/reporter/base.py,sha256=mnu_1exZ7IHj5SvhsAeRdZoZPe9uZFQoTt-Bg0wsO5s,1933
56
- hardpy/pytest_hardpy/reporter/hook_reporter.py,sha256=WE7Z5KP-9VapexIev6Igd-H9Vxp_bjWxyug6fgbpJgA,10255
57
- hardpy/pytest_hardpy/reporter/runner_reporter.py,sha256=NXkBIoERqmLI-GYtHavmOWC5t6NIpcAE-NECrUKIAJs,827
58
- hardpy/pytest_hardpy/result/__init__.py,sha256=NMeCGx3yh8ds9VpaUpuNFDxbwgYFq3e-o7W6rYIv8uI,346
59
- hardpy/pytest_hardpy/result/couchdb_config.py,sha256=kttsrWzv9D99R3ms-hFbzVbrZ78B2me6rrJgncfs5jk,3129
43
+ hardpy/pytest_hardpy/plugin.py,sha256=uHy2B1Ymb1gv08KUHKHZfTSWv__G3KUAIPKE3HqayIQ,16127
44
+ hardpy/pytest_hardpy/pytest_call.py,sha256=RsDu3V-eYbP1kNkUeE-hbMKf8RSkn56rWfFLuLfWPmQ,11498
45
+ hardpy/pytest_hardpy/pytest_wrapper.py,sha256=1VZAH4EPYDgbNhwKHMv_gxddwcd9TFd46E5R4HA8WL8,4583
46
+ hardpy/pytest_hardpy/db/__init__.py,sha256=uRoBIZaq3HY0zEXJrrwTjFCxZpUhnX42WE9ODIwkISQ,557
47
+ hardpy/pytest_hardpy/db/base_connector.py,sha256=G3eRqakwYHujX8iH1NyBHizMWuiQFC1U5K6rU7f21JA,1097
48
+ hardpy/pytest_hardpy/db/base_server.py,sha256=XqTff225iIymPYUGGEja9r9WOilVw7ljcAVp1M8VuAI,404
49
+ hardpy/pytest_hardpy/db/base_store.py,sha256=Uoa06BMJ6dpprqxORS5iOQ97mHUjHqu5KjSWXLlR3xA,3189
50
+ hardpy/pytest_hardpy/db/const.py,sha256=RUHkSRNtTa3sYTMoZg1Ser_BkcUup_bxuiwHa6yi7Wk,768
51
+ hardpy/pytest_hardpy/db/runstore.py,sha256=tCXWo2AW0er3lbDcCqYbYxOBbINMZNtfnnjlIJpXmIA,949
52
+ hardpy/pytest_hardpy/db/statestore.py,sha256=kpA8jzlwi52ItgrzBV9JBGDOaAmejZt0Wie3RzydbXc,983
53
+ hardpy/pytest_hardpy/db/schema/__init__.py,sha256=1S73W3PLQt8gX5Y33nbX1JdwLvnrtlKH4cElID3pwuc,263
54
+ hardpy/pytest_hardpy/db/schema/v1.py,sha256=Y_fZECDbyAY5xCDK0vd-I2-aQ5i6fVwnE-GpB4nzt6U,9107
55
+ hardpy/pytest_hardpy/reporter/__init__.py,sha256=3z2cqsGgx_0UwsYRmrUPE5NNMeS1mykWJc2z8P0npl8,322
56
+ hardpy/pytest_hardpy/reporter/base.py,sha256=o5Pbl89nWLCFd1mYiFdxCQ9d3FOb9oQ3eruYH60H5CQ,2517
57
+ hardpy/pytest_hardpy/reporter/hook_reporter.py,sha256=Fxwj6xj1vCw7IYIgINTZQALnZ7lC-mxi8STiP9EAkgQ,11224
58
+ hardpy/pytest_hardpy/reporter/runner_reporter.py,sha256=YsK8wrLIulsixePG6WNfC4MagpKfhP5j0CUaXkcfeL0,790
59
+ hardpy/pytest_hardpy/result/__init__.py,sha256=heCCp932JEQvovIcu2f3tVd_JpQ67FGvLz-3N0_dyGU,346
60
+ hardpy/pytest_hardpy/result/couchdb_config.py,sha256=rzUc2cg6uUnDo6RPHTaWR_RbmN_uZ77dWGCXQYz8iNk,3292
60
61
  hardpy/pytest_hardpy/result/report_loader/__init__.py,sha256=FuHuD6IFZyaKj0yu5urhf6nkxGbiPONJ-WHnJ2jHwyc,251
61
- hardpy/pytest_hardpy/result/report_loader/couchdb_loader.py,sha256=Wwo_JBoPpwh72iHFaq5ZqHZw-_tWsXyalqje1jzYlfY,2247
62
+ hardpy/pytest_hardpy/result/report_loader/couchdb_loader.py,sha256=KcZ0JkCgWhrj2J9M04JBDy0fpqtpVEYtu9GCLDG27pU,2255
62
63
  hardpy/pytest_hardpy/result/report_reader/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
63
- hardpy/pytest_hardpy/result/report_reader/couchdb_reader.py,sha256=Ns82mzerDa4HipX6Xea1uGkXmhf8UotX6KsiChD1ViM,5618
64
- hardpy/pytest_hardpy/utils/__init__.py,sha256=R2a5la6zEQdEeeL-W-OWpAFFzXHswu8a_nAw3C53y38,1295
65
- hardpy/pytest_hardpy/utils/connection_data.py,sha256=GTKXzl9MXt1XkwEPi6NxdWUghRmZOWBV8nfgnbRh50s,541
66
- hardpy/pytest_hardpy/utils/const.py,sha256=SsqRisrq9OlCb9cK5sEjFW_bZ9V2Qw61P9iYObIj5Fg,423
67
- hardpy/pytest_hardpy/utils/dialog_box.py,sha256=lY_q_SGRdWtza4paHrsMfKTCsSkN_V8WIH7V7r_PNdo,8187
68
- hardpy/pytest_hardpy/utils/exception.py,sha256=BlkVea4wwHJeXcU1rpUqH9IbMBFQYHghOXhHWSvDz8Q,1156
69
- hardpy/pytest_hardpy/utils/node_info.py,sha256=qBzNCv-0YwIcLxES3kIvOLSblaJ3ICrtKl-tdF2Ndnk,3149
70
- hardpy/pytest_hardpy/utils/progress_calculator.py,sha256=L6jJgkO1uxx5U2KKmQfTsGwgX5Atrqka5KV7uiMcou8,1033
71
- hardpy/pytest_hardpy/utils/singleton.py,sha256=vP1BMzLkQF0j7t7crijPj6uyAowfviihJeXDJvhTDxU,606
72
- hardpy-0.6.1.dist-info/METADATA,sha256=HtkFMKxgEnDfNOSz8C-CQcyGYAyF_kmF2fAJM7MfcVI,3586
73
- hardpy-0.6.1.dist-info/WHEEL,sha256=TJPnKdtrSue7xZ_AVGkp9YXcvDrobsjBds1du3Nx6dc,87
74
- hardpy-0.6.1.dist-info/entry_points.txt,sha256=nL2sMkKMScNaOE0IPkYnu9Yr-BUswZvGSrwY-SxHY3E,102
75
- hardpy-0.6.1.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
76
- hardpy-0.6.1.dist-info/RECORD,,
64
+ hardpy/pytest_hardpy/result/report_reader/couchdb_reader.py,sha256=GrROwfTVyJaVLPBxkvOM35HCksFEnWm0aVI8FibPikg,5911
65
+ hardpy/pytest_hardpy/utils/__init__.py,sha256=R5OY-af5tYspszHggMXcYPciVwAjqpnx2coJN8ODHoc,1397
66
+ hardpy/pytest_hardpy/utils/connection_data.py,sha256=NVDrkGok5fW2c163bwjBN0F9Ja2CZrwSL0bRUrNXTU0,484
67
+ hardpy/pytest_hardpy/utils/const.py,sha256=RuzRmnpvmUylRbj8CxtaVbo7J9kp6rELvjPdfUzMQLU,407
68
+ hardpy/pytest_hardpy/utils/dialog_box.py,sha256=DUGmiKsI07i11EYSjsfESjBK0QQuR9gw0GJGDTTP2xk,8597
69
+ hardpy/pytest_hardpy/utils/exception.py,sha256=UF8P07Ls7mR3tiEmLfWXqkYg3nxiT1dTOCMU-DAxoBs,1226
70
+ hardpy/pytest_hardpy/utils/machineid.py,sha256=6JAzUt7KtjTYn8kL9hSMaCQ20U8liH-zDT9v-5Ch7Q8,296
71
+ hardpy/pytest_hardpy/utils/node_info.py,sha256=mA7u1KHHLIq70ZNOOF7NVlxMmfhwGanVyXpBNfBWQDk,4121
72
+ hardpy/pytest_hardpy/utils/progress_calculator.py,sha256=TPl2gG0ZSvMe8otPythhF9hkD6fa6-mJAhy9yI83-yE,1071
73
+ hardpy/pytest_hardpy/utils/singleton.py,sha256=tjUGs48o_vBeVpRsEBZEOTCoCUikpIFmQ1c3rsfymso,948
74
+ hardpy-0.7.0.dist-info/METADATA,sha256=3xmR3b0SLrtQWHtf-Co9vYM-Jdoyh4kR4iaoskUlDyk,3498
75
+ hardpy-0.7.0.dist-info/WHEEL,sha256=TJPnKdtrSue7xZ_AVGkp9YXcvDrobsjBds1du3Nx6dc,87
76
+ hardpy-0.7.0.dist-info/entry_points.txt,sha256=nL2sMkKMScNaOE0IPkYnu9Yr-BUswZvGSrwY-SxHY3E,102
77
+ hardpy-0.7.0.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
78
+ hardpy-0.7.0.dist-info/RECORD,,