hardpy 0.15.2__py3-none-any.whl → 0.17.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 (64) hide show
  1. hardpy/__init__.py +9 -6
  2. hardpy/cli/cli.py +16 -10
  3. hardpy/cli/template.py +5 -4
  4. hardpy/common/config.py +83 -50
  5. hardpy/{pytest_hardpy/utils → common}/singleton.py +1 -1
  6. hardpy/hardpy_panel/api.py +44 -13
  7. hardpy/hardpy_panel/frontend/dist/assets/{allPaths-CV5wjLMB.js → allPaths-COgYwK8M.js} +1 -1
  8. hardpy/hardpy_panel/frontend/dist/assets/{allPathsLoader-JIzW_pSb.js → allPathsLoader-B8vBKA-e.js} +2 -2
  9. hardpy/hardpy_panel/frontend/dist/assets/{blueprint-icons-16-Bfs1BwbR.ttf → blueprint-icons-16-B2twAPZE.ttf} +0 -0
  10. hardpy/hardpy_panel/frontend/dist/assets/{blueprint-icons-16-RCDSkC4W.eot → blueprint-icons-16-C0Unyq1d.eot} +0 -0
  11. hardpy/hardpy_panel/frontend/dist/assets/{blueprint-icons-16-CzsyEoPG.svg → blueprint-icons-16-CVy9qFng.svg} +249 -3
  12. hardpy/hardpy_panel/frontend/dist/assets/blueprint-icons-16-Ck1ifK4A.woff +0 -0
  13. hardpy/hardpy_panel/frontend/dist/assets/blueprint-icons-16-DwWyHYRo.woff2 +0 -0
  14. hardpy/hardpy_panel/frontend/dist/assets/blueprint-icons-20-9zitLjlL.woff2 +0 -0
  15. hardpy/hardpy_panel/frontend/dist/assets/blueprint-icons-20-CjKGIKxE.woff +0 -0
  16. hardpy/hardpy_panel/frontend/dist/assets/{blueprint-icons-20-DyVnGNfQ.svg → blueprint-icons-20-DQ09GSQq.svg} +249 -3
  17. hardpy/hardpy_panel/frontend/dist/assets/{blueprint-icons-20-BGGGsqDJ.ttf → blueprint-icons-20-DmR755bS.ttf} +0 -0
  18. hardpy/hardpy_panel/frontend/dist/assets/{blueprint-icons-20-Doom1bSH.eot → blueprint-icons-20-p9MhBXD8.eot} +0 -0
  19. hardpy/hardpy_panel/frontend/dist/assets/browser-ponyfill-CVrkrold.js +2 -0
  20. hardpy/hardpy_panel/frontend/dist/assets/index-B-fsa5Ru.js +1 -0
  21. hardpy/hardpy_panel/frontend/dist/assets/index-B3wEgxl0.js +4673 -0
  22. hardpy/hardpy_panel/frontend/dist/assets/index-B7T9xvaW.css +1 -0
  23. hardpy/hardpy_panel/frontend/dist/assets/index-DLOviMB1.js +1 -0
  24. hardpy/hardpy_panel/frontend/dist/assets/{splitPathsBySizeLoader-DkZadBcn.js → splitPathsBySizeLoader-CLCw9W9y.js} +1 -1
  25. hardpy/hardpy_panel/frontend/dist/index.html +2 -2
  26. hardpy/hardpy_panel/frontend/dist/locales/de/translation.json +22 -7
  27. hardpy/hardpy_panel/frontend/dist/locales/en/translation.json +22 -7
  28. hardpy/hardpy_panel/frontend/dist/locales/es/translation.json +22 -7
  29. hardpy/hardpy_panel/frontend/dist/locales/fr/translation.json +22 -7
  30. hardpy/hardpy_panel/frontend/dist/locales/ja/translation.json +16 -1
  31. hardpy/hardpy_panel/frontend/dist/locales/ru/translation.json +22 -7
  32. hardpy/hardpy_panel/frontend/dist/locales/zh/translation.json +16 -1
  33. hardpy/pytest_hardpy/db/__init__.py +12 -0
  34. hardpy/pytest_hardpy/db/base_store.py +31 -4
  35. hardpy/pytest_hardpy/db/runstore.py +1 -1
  36. hardpy/pytest_hardpy/db/schema/v1.py +8 -6
  37. hardpy/pytest_hardpy/db/statestore.py +1 -1
  38. hardpy/pytest_hardpy/plugin.py +38 -25
  39. hardpy/pytest_hardpy/pytest_call.py +74 -29
  40. hardpy/pytest_hardpy/pytest_wrapper.py +9 -7
  41. hardpy/pytest_hardpy/reporter/base.py +21 -1
  42. hardpy/pytest_hardpy/reporter/runner_reporter.py +1 -1
  43. hardpy/pytest_hardpy/result/report_loader/stand_cloud_loader.py +35 -4
  44. hardpy/pytest_hardpy/utils/__init__.py +0 -16
  45. hardpy/pytest_hardpy/utils/dialog_box.py +3 -0
  46. {hardpy-0.15.2.dist-info → hardpy-0.17.0.dist-info}/METADATA +17 -2
  47. hardpy-0.17.0.dist-info/RECORD +83 -0
  48. hardpy/hardpy_panel/frontend/dist/assets/blueprint-icons-16-Btb8d-Hu.woff +0 -0
  49. hardpy/hardpy_panel/frontend/dist/assets/blueprint-icons-16-DrH54W_x.woff2 +0 -0
  50. hardpy/hardpy_panel/frontend/dist/assets/blueprint-icons-20-D9WO2FSG.woff2 +0 -0
  51. hardpy/hardpy_panel/frontend/dist/assets/blueprint-icons-20-ZW-9JnPf.woff +0 -0
  52. hardpy/hardpy_panel/frontend/dist/assets/browser-ponyfill-CccdstaD.js +0 -2
  53. hardpy/hardpy_panel/frontend/dist/assets/index-6RIgWzcZ.js +0 -790
  54. hardpy/hardpy_panel/frontend/dist/assets/index-BMEat_ws.js +0 -1
  55. hardpy/hardpy_panel/frontend/dist/assets/index-BwCQzehg.css +0 -1
  56. hardpy/hardpy_panel/frontend/dist/assets/index-xb4M2ucX.js +0 -1
  57. hardpy/pytest_hardpy/db/base_connector.py +0 -31
  58. hardpy/pytest_hardpy/db/base_server.py +0 -14
  59. hardpy/pytest_hardpy/utils/connection_data.py +0 -13
  60. hardpy-0.15.2.dist-info/RECORD +0 -86
  61. /hardpy/pytest_hardpy/{utils → db}/stand_type.py +0 -0
  62. {hardpy-0.15.2.dist-info → hardpy-0.17.0.dist-info}/WHEEL +0 -0
  63. {hardpy-0.15.2.dist-info → hardpy-0.17.0.dist-info}/entry_points.txt +0 -0
  64. {hardpy-0.15.2.dist-info → hardpy-0.17.0.dist-info}/licenses/LICENSE +0 -0