hardpy 0.13.0__py3-none-any.whl → 0.14.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 (22) hide show
  1. hardpy/cli/cli.py +2 -0
  2. hardpy/common/config.py +5 -0
  3. hardpy/hardpy_panel/frontend/dist/assets/{allPaths-Cg7WZDXy.js → allPaths-CV5wjLMB.js} +1 -1
  4. hardpy/hardpy_panel/frontend/dist/assets/{allPathsLoader-C79wUwqR.js → allPathsLoader-JIzW_pSb.js} +2 -2
  5. hardpy/hardpy_panel/frontend/dist/assets/browser-ponyfill-CccdstaD.js +2 -0
  6. hardpy/hardpy_panel/frontend/dist/assets/index-6RIgWzcZ.js +790 -0
  7. hardpy/hardpy_panel/frontend/dist/assets/{splitPathsBySizeLoader-hWuLTMwD.js → splitPathsBySizeLoader-DkZadBcn.js} +1 -1
  8. hardpy/hardpy_panel/frontend/dist/index.html +1 -1
  9. hardpy/hardpy_panel/frontend/dist/locales/de/translation.json +60 -0
  10. hardpy/hardpy_panel/frontend/dist/locales/en/translation.json +60 -0
  11. hardpy/hardpy_panel/frontend/dist/locales/es/translation.json +60 -0
  12. hardpy/hardpy_panel/frontend/dist/locales/fr/translation.json +60 -0
  13. hardpy/hardpy_panel/frontend/dist/locales/ja/translation.json +60 -0
  14. hardpy/hardpy_panel/frontend/dist/locales/ru/translation.json +60 -0
  15. hardpy/hardpy_panel/frontend/dist/locales/zh/translation.json +60 -0
  16. hardpy/pytest_hardpy/result/report_loader/stand_cloud_loader.py +8 -2
  17. {hardpy-0.13.0.dist-info → hardpy-0.14.0.dist-info}/METADATA +1 -1
  18. {hardpy-0.13.0.dist-info → hardpy-0.14.0.dist-info}/RECORD +21 -13
  19. hardpy/hardpy_panel/frontend/dist/assets/index-De5CJ3kt.js +0 -790
  20. {hardpy-0.13.0.dist-info → hardpy-0.14.0.dist-info}/WHEEL +0 -0
  21. {hardpy-0.13.0.dist-info → hardpy-0.14.0.dist-info}/entry_points.txt +0 -0
  22. {hardpy-0.13.0.dist-info → hardpy-0.14.0.dist-info}/licenses/LICENSE +0 -0
@@ -1 +1 @@
1
- import{_ as o,a as _,b as i,p as c,I as u}from"./index-De5CJ3kt.js";var p=function(n,s){return o(void 0,void 0,void 0,function(){var a,r;return _(this,function(e){switch(e.label){case 0:return a=c(n),s!==u.STANDARD?[3,2]:[4,i(()=>import("./index-xb4M2ucX.js").then(t=>t.I),[])];case 1:return r=e.sent(),[3,4];case 2:return[4,i(()=>import("./index-BMEat_ws.js").then(t=>t.I),[])];case 3:r=e.sent(),e.label=4;case 4:return[2,r[a]]}})})};export{p as splitPathsBySizeLoader};
1
+ import{_ as o,a as _,b as i,p as c,I as u}from"./index-6RIgWzcZ.js";var p=function(n,s){return o(void 0,void 0,void 0,function(){var a,r;return _(this,function(e){switch(e.label){case 0:return a=c(n),s!==u.STANDARD?[3,2]:[4,i(()=>import("./index-xb4M2ucX.js").then(t=>t.I),[])];case 1:return r=e.sent(),[3,4];case 2:return[4,i(()=>import("./index-BMEat_ws.js").then(t=>t.I),[])];case 3:r=e.sent(),e.label=4;case 4:return[2,r[a]]}})})};export{p as splitPathsBySizeLoader};
@@ -25,7 +25,7 @@
25
25
  Learn how to configure a non-root public URL by running `npm run build`.
26
26
  -->
27
27
  <title>HardPy Operator Panel</title>
28
- <script type="module" crossorigin src="/assets/index-De5CJ3kt.js"></script>
28
+ <script type="module" crossorigin src="/assets/index-6RIgWzcZ.js"></script>
29
29
  <link rel="stylesheet" crossorigin href="/assets/index-BwCQzehg.css">
30
30
  </head>
31
31
  <body>
@@ -0,0 +1,60 @@
1
+ {
2
+ "app": {
3
+ "title": "HardPy Bedienfeld",
4
+ "lastLaunch": "Letzter Start:",
5
+ "duration": "Dauer",
6
+ "seconds": "s",
7
+ "soundOn": "Ton einschalten",
8
+ "soundOff": "Ton ausschalten",
9
+ "debugOn": "Debug-Modus einschalten",
10
+ "debugOff": "Debug-Modus ausschalten",
11
+ "connection": "Verbindung wird hergestellt... 🧐🔎",
12
+ "dbError": "Datenbankverbindungsfehler. 🙅🏽‍♀️🚫",
13
+ "noEntries": "Keine Einträge in der Datenbank 🙅🏽‍♀️🚫",
14
+ "status": {
15
+ "ready": "bereit",
16
+ "run": "läuft",
17
+ "passed": "bestanden",
18
+ "failed": "fehlgeschlagen",
19
+ "stopped": "gestoppt",
20
+ "unknown": "unbekannt"
21
+ }
22
+ },
23
+ "button": {
24
+ "start": "Starten",
25
+ "stop": "Stoppen",
26
+ "confirm": "Bestätigen"
27
+ },
28
+ "error": {
29
+ "dbConnectionTitle": "Datenbankverbindungsfehler",
30
+ "dbConnectionMessage": "Verbindung zur Datenbank konnte nicht hergestellt werden"
31
+ },
32
+ "operatorDialog": {
33
+ "defaultTitle": "Nachricht",
34
+ "imageAlt": "Operator-Nachrichtenbild",
35
+ "htmlCodeTitle": "HTML-Code",
36
+ "htmlLinkTitle": "HTML-Link",
37
+ "enterAnswer": "Antwort eingeben",
38
+ "fieldNotEmpty": "Das Feld darf nicht leer sein",
39
+ "notificationTitle": "Benachrichtigung",
40
+ "notificationDesc": "Das Fenster wurde geschlossen. Tests gestoppt.",
41
+ "numericInputError": "Bitte geben Sie eine Zahl ein",
42
+ "radioButtonError": "Bitte wählen Sie eine Option",
43
+ "checkboxError": "Bitte wählen Sie mindestens eine Option"
44
+ },
45
+ "suiteList": {
46
+ "loadingTests": "Tests werden geladen... 🤔",
47
+ "refreshHint": "Versuchen Sie, die Seite zu aktualisieren.",
48
+ "standName": "Standortname",
49
+ "status": "Status",
50
+ "startTime": "Startzeit",
51
+ "finishTime": "Endzeit",
52
+ "alert": "Warnung"
53
+ },
54
+ "testSuite": {
55
+ "nameColumn": "Name",
56
+ "dataColumn": "Daten",
57
+ "loading": "Wird geladen...",
58
+ "stubName": "Testgruppe"
59
+ }
60
+ }
@@ -0,0 +1,60 @@
1
+ {
2
+ "app": {
3
+ "title": "HardPy Operator Panel",
4
+ "lastLaunch": "Last launch:",
5
+ "duration": "Duration",
6
+ "seconds": "s",
7
+ "soundOn": "Turn on the sound",
8
+ "soundOff": "Turn off the sound",
9
+ "debugOn": "Turn on the debug mode",
10
+ "debugOff": "Turn off the debug mode",
11
+ "connection": "Establishing a connection... 🧐🔎",
12
+ "dbError": "Database connection error. 🙅🏽‍♀️🚫",
13
+ "noEntries": "No entries in the database 🙅🏽‍♀️🚫",
14
+ "status": {
15
+ "ready": "ready",
16
+ "run": "run",
17
+ "passed": "pass",
18
+ "failed": "fail",
19
+ "stopped": "stopped",
20
+ "unknown": "unknown"
21
+ }
22
+ },
23
+ "button": {
24
+ "start": "Start",
25
+ "stop": "Stop",
26
+ "confirm": "Confirm"
27
+ },
28
+ "error": {
29
+ "dbConnectionTitle": "Database Connection Error",
30
+ "dbConnectionMessage": "Failed to establish connection with the database"
31
+ },
32
+ "operatorDialog": {
33
+ "defaultTitle": "Message",
34
+ "imageAlt": "Operator message image",
35
+ "htmlCodeTitle": "HTML Code",
36
+ "htmlLinkTitle": "HTML Link",
37
+ "enterAnswer": "Enter answer",
38
+ "fieldNotEmpty": "The field must not be empty",
39
+ "notificationTitle": "Notification",
40
+ "notificationDesc": "The window was closed. Tests stopped.",
41
+ "numericInputError": "Please enter a number",
42
+ "radioButtonError": "Please select one option",
43
+ "checkboxError": "Please select at least one option"
44
+ },
45
+ "suiteList": {
46
+ "loadingTests": "Loading tests... 🤔",
47
+ "refreshHint": "Try refreshing the page.",
48
+ "standName": "Stand name",
49
+ "status": "Status",
50
+ "startTime": "Start time",
51
+ "finishTime": "Finish time",
52
+ "alert": "Alert"
53
+ },
54
+ "testSuite": {
55
+ "nameColumn": "Name",
56
+ "dataColumn": "Data",
57
+ "loading": "Loading...",
58
+ "stubName": "Test Suite"
59
+ }
60
+ }
@@ -0,0 +1,60 @@
1
+ {
2
+ "app": {
3
+ "title": "Panel de operador HardPy",
4
+ "lastLaunch": "Última lanzamiento:",
5
+ "duration": "Duración",
6
+ "seconds": "s",
7
+ "soundOn": "Activar sonido",
8
+ "soundOff": "Desactivar sonido",
9
+ "debugOn": "Activar modo de depuración",
10
+ "debugOff": "Desactivar modo de depuración",
11
+ "connection": "Estableciendo conexión... 🧐🔎",
12
+ "dbError": "Error de conexión a la base de datos. 🙅🏽‍♀️🚫",
13
+ "noEntries": "No hay entradas en la base de datos 🙅🏽‍♀️🚫",
14
+ "status": {
15
+ "ready": "listo",
16
+ "run": "ejecutando",
17
+ "passed": "aprobado",
18
+ "failed": "fallado",
19
+ "stopped": "detenido",
20
+ "unknown": "desconocido"
21
+ }
22
+ },
23
+ "button": {
24
+ "start": "Iniciar",
25
+ "stop": "Detener",
26
+ "confirm": "Confirmar"
27
+ },
28
+ "error": {
29
+ "dbConnectionTitle": "Error de conexión a la base de datos",
30
+ "dbConnectionMessage": "No se pudo establecer la conexión con la base de datos"
31
+ },
32
+ "operatorDialog": {
33
+ "defaultTitle": "Mensaje",
34
+ "imageAlt": "Imagen del mensaje del operador",
35
+ "htmlCodeTitle": "Código HTML",
36
+ "htmlLinkTitle": "Enlace HTML",
37
+ "enterAnswer": "Ingrese respuesta",
38
+ "fieldNotEmpty": "El campo no debe estar vacío",
39
+ "notificationTitle": "Notificación",
40
+ "notificationDesc": "La ventana fue cerrada. Pruebas detenidas.",
41
+ "numericInputError": "Por favor ingrese un número",
42
+ "radioButtonError": "Por favor seleccione una opción",
43
+ "checkboxError": "Por favor seleccione al menos una opción"
44
+ },
45
+ "suiteList": {
46
+ "loadingTests": "Cargando pruebas... 🤔",
47
+ "refreshHint": "Intente actualizar la página.",
48
+ "standName": "Nombre del puesto",
49
+ "status": "Estado",
50
+ "startTime": "Hora de inicio",
51
+ "finishTime": "Hora de finalización",
52
+ "alert": "Alerta"
53
+ },
54
+ "testSuite": {
55
+ "nameColumn": "Nombre",
56
+ "dataColumn": "Datos",
57
+ "loading": "Cargando...",
58
+ "stubName": "Conjunto de pruebas"
59
+ }
60
+ }
@@ -0,0 +1,60 @@
1
+ {
2
+ "app": {
3
+ "title": "Panneau opérateur HardPy",
4
+ "lastLaunch": "Dernière lancement:",
5
+ "duration": "Durée",
6
+ "seconds": "s",
7
+ "soundOn": "Activer le son",
8
+ "soundOff": "Désactiver le son",
9
+ "debugOn": "Activer le mode débogage",
10
+ "debugOff": "Désactiver le mode débogage",
11
+ "connection": "Établissement de la connexion... 🧐🔎",
12
+ "dbError": "Erreur de connexion à la base de données. 🙅🏽‍♀️🚫",
13
+ "noEntries": "Aucune entrée dans la base de données 🙅🏽‍♀️🚫",
14
+ "status": {
15
+ "ready": "prêt",
16
+ "run": "en cours",
17
+ "passed": "réussi",
18
+ "failed": "échoué",
19
+ "stopped": "arrêté",
20
+ "unknown": "inconnu"
21
+ }
22
+ },
23
+ "button": {
24
+ "start": "Commencer",
25
+ "stop": "Arrêter",
26
+ "confirm": "Confirmer"
27
+ },
28
+ "error": {
29
+ "dbConnectionTitle": "Erreur de connexion à la base de données",
30
+ "dbConnectionMessage": "Échec de la connexion à la base de données"
31
+ },
32
+ "operatorDialog": {
33
+ "defaultTitle": "Message",
34
+ "imageAlt": "Image du message de l'opérateur",
35
+ "htmlCodeTitle": "Code HTML",
36
+ "htmlLinkTitle": "Lien HTML",
37
+ "enterAnswer": "Entrez la réponse",
38
+ "fieldNotEmpty": "Le champ ne doit pas être vide",
39
+ "notificationTitle": "Notification",
40
+ "notificationDesc": "La fenêtre a été fermée. Tests arrêtés.",
41
+ "numericInputError": "Veuillez entrer un nombre",
42
+ "radioButtonError": "Veuillez sélectionner une option",
43
+ "checkboxError": "Veuillez sélectionner au moins une option"
44
+ },
45
+ "suiteList": {
46
+ "loadingTests": "Chargement des tests... 🤔",
47
+ "refreshHint": "Essayez de rafraîchir la page.",
48
+ "standName": "Nom du stand",
49
+ "status": "Statut",
50
+ "startTime": "Heure de début",
51
+ "finishTime": "Heure de fin",
52
+ "alert": "Alerte"
53
+ },
54
+ "testSuite": {
55
+ "nameColumn": "Nom",
56
+ "dataColumn": "Données",
57
+ "loading": "Chargement...",
58
+ "stubName": "Suite de tests"
59
+ }
60
+ }
@@ -0,0 +1,60 @@
1
+ {
2
+ "app": {
3
+ "title": "HardPy オペレーターパネル",
4
+ "lastLaunch": "最終起動:",
5
+ "duration": "期間",
6
+ "seconds": "秒",
7
+ "soundOn": "音をオンにする",
8
+ "soundOff": "音をオフにする",
9
+ "debugOn": "デバッグモードをオンにする",
10
+ "debugOff": "デバッグモードをオフにする",
11
+ "connection": "接続を確立しています... 🧐🔎",
12
+ "dbError": "データベース接続エラー. 🙅🏽‍♀️🚫",
13
+ "noEntries": "データベースにエントリがありません 🙅🏽‍♀️🚫",
14
+ "status": {
15
+ "ready": "準備完了",
16
+ "run": "実行中",
17
+ "passed": "合格",
18
+ "failed": "不合格",
19
+ "stopped": "停止",
20
+ "unknown": "不明"
21
+ }
22
+ },
23
+ "button": {
24
+ "start": "開始",
25
+ "stop": "停止",
26
+ "confirm": "確認"
27
+ },
28
+ "error": {
29
+ "dbConnectionTitle": "データベース接続エラー",
30
+ "dbConnectionMessage": "データベースへの接続に失敗しました"
31
+ },
32
+ "operatorDialog": {
33
+ "defaultTitle": "メッセージ",
34
+ "imageAlt": "オペレーターメッセージ画像",
35
+ "htmlCodeTitle": "HTMLコード",
36
+ "htmlLinkTitle": "HTMLリンク",
37
+ "enterAnswer": "回答を入力",
38
+ "fieldNotEmpty": "フィールドは空にできません",
39
+ "notificationTitle": "通知",
40
+ "notificationDesc": "ウィンドウが閉じられました。テストを停止しました。",
41
+ "numericInputError": "数字を入力してください",
42
+ "radioButtonError": "いずれかのオプションを選択してください",
43
+ "checkboxError": "少なくとも1つのオプションを選択してください"
44
+ },
45
+ "suiteList": {
46
+ "loadingTests": "テストを読み込み中... 🤔",
47
+ "refreshHint": "ページを更新してみてください。",
48
+ "standName": "スタンド名",
49
+ "status": "ステータス",
50
+ "startTime": "開始時間",
51
+ "finishTime": "終了時間",
52
+ "alert": "警告"
53
+ },
54
+ "testSuite": {
55
+ "nameColumn": "名前",
56
+ "dataColumn": "データ",
57
+ "loading": "読み込み中...",
58
+ "stubName": "テストスイート"
59
+ }
60
+ }
@@ -0,0 +1,60 @@
1
+ {
2
+ "app": {
3
+ "title": "Панель оператора HardPy",
4
+ "lastLaunch": "Последний запуск:",
5
+ "duration": "Длительность",
6
+ "seconds": "с",
7
+ "soundOn": "Включить звук",
8
+ "soundOff": "Выключить звук",
9
+ "debugOn": "Включить режим отладки",
10
+ "debugOff": "Выключить режим отладки",
11
+ "connection": "Установка соединения... 🧐🔎",
12
+ "dbError": "Ошибка подключения к базе данных. 🙅🏽‍♀️🚫",
13
+ "noEntries": "Нет записей в базе данных 🙅🏽‍♀️🚫",
14
+ "status": {
15
+ "ready": "готов",
16
+ "run": "выполнение",
17
+ "passed": "успех",
18
+ "failed": "провалено",
19
+ "stopped": "остановлено",
20
+ "unknown": "неизвестно"
21
+ }
22
+ },
23
+ "button": {
24
+ "start": "Старт",
25
+ "stop": "Стоп",
26
+ "confirm": "Подтвердить"
27
+ },
28
+ "error": {
29
+ "dbConnectionTitle": "Ошибка подключения к базе данных",
30
+ "dbConnectionMessage": "Не удалось установить соединение с базой данных"
31
+ },
32
+ "operatorDialog": {
33
+ "defaultTitle": "Сообщение",
34
+ "imageAlt": "Изображение в сообщении оператора",
35
+ "htmlCodeTitle": "HTML код",
36
+ "htmlLinkTitle": "HTML ссылка",
37
+ "enterAnswer": "Введите ответ",
38
+ "fieldNotEmpty": "Поле не должно быть пустым",
39
+ "notificationTitle": "Уведомление",
40
+ "notificationDesc": "Окно было закрыто. Тесты остановлены.",
41
+ "numericInputError": "Пожалуйста, введите число",
42
+ "radioButtonError": "Пожалуйста, выберите один вариант",
43
+ "checkboxError": "Пожалуйста, выберите хотя бы один вариант"
44
+ },
45
+ "suiteList": {
46
+ "loadingTests": "Загрузка тестов... 🤔",
47
+ "refreshHint": "Попробуйте обновить страницу.",
48
+ "standName": "Название стенда",
49
+ "status": "Статус",
50
+ "startTime": "Время начала",
51
+ "finishTime": "Время завершения",
52
+ "alert": "Предупреждение"
53
+ },
54
+ "testSuite": {
55
+ "nameColumn": "Название",
56
+ "dataColumn": "Данные",
57
+ "loading": "Загрузка...",
58
+ "stubName": "Тестовый набор"
59
+ }
60
+ }
@@ -0,0 +1,60 @@
1
+ {
2
+ "app": {
3
+ "title": "HardPy 操作面板",
4
+ "lastLaunch": "上次启动:",
5
+ "duration": "持续时间",
6
+ "seconds": "秒",
7
+ "soundOn": "开启声音",
8
+ "soundOff": "关闭声音",
9
+ "debugOn": "开启调试模式",
10
+ "debugOff": "关闭调试模式",
11
+ "connection": "正在建立连接... 🧐🔎",
12
+ "dbError": "数据库连接错误. 🙅🏽‍♀️🚫",
13
+ "noEntries": "数据库中没有条目 🙅🏽‍♀️🚫",
14
+ "status": {
15
+ "ready": "就绪",
16
+ "run": "运行中",
17
+ "passed": "通过",
18
+ "failed": "失败",
19
+ "stopped": "已停止",
20
+ "unknown": "未知"
21
+ }
22
+ },
23
+ "button": {
24
+ "start": "开始",
25
+ "stop": "停止",
26
+ "confirm": "确认"
27
+ },
28
+ "error": {
29
+ "dbConnectionTitle": "数据库连接错误",
30
+ "dbConnectionMessage": "无法建立数据库连接"
31
+ },
32
+ "operatorDialog": {
33
+ "defaultTitle": "消息",
34
+ "imageAlt": "操作员消息图片",
35
+ "htmlCodeTitle": "HTML代码",
36
+ "htmlLinkTitle": "HTML链接",
37
+ "enterAnswer": "输入答案",
38
+ "fieldNotEmpty": "字段不能为空",
39
+ "notificationTitle": "通知",
40
+ "notificationDesc": "窗口已关闭。测试已停止。",
41
+ "numericInputError": "请输入数字",
42
+ "radioButtonError": "请选择一个选项",
43
+ "checkboxError": "请至少选择一个选项"
44
+ },
45
+ "suiteList": {
46
+ "loadingTests": "正在加载测试... 🤔",
47
+ "refreshHint": "尝试刷新页面。",
48
+ "standName": "测试台名称",
49
+ "status": "状态",
50
+ "startTime": "开始时间",
51
+ "finishTime": "完成时间",
52
+ "alert": "警报"
53
+ },
54
+ "testSuite": {
55
+ "nameColumn": "名称",
56
+ "dataColumn": "数据",
57
+ "loading": "加载中...",
58
+ "stubName": "测试套件"
59
+ }
60
+ }
@@ -32,11 +32,13 @@ class StandCloudLoader:
32
32
  sc_addr = address if address else connection_data.sc_address
33
33
  self._sc_connector = StandCloudConnector(sc_addr)
34
34
 
35
- def load(self, report: ResultRunStore) -> Response:
35
+ def load(self, report: ResultRunStore, timeout: int = 20) -> Response:
36
36
  """Load report to the StandCloud.
37
37
 
38
38
  Args:
39
39
  report (ResultRunStore): report
40
+ timeout (int, optional): post timeout in seconds. Defaults to 20.
41
+ High timeout value on poor network connections.
40
42
 
41
43
  Returns:
42
44
  Response: StandCloud load response, must be 201
@@ -47,7 +49,11 @@ class StandCloudLoader:
47
49
  api = self._sc_connector.get_api("test_report")
48
50
 
49
51
  try:
50
- resp = api.post(verify=self._verify_ssl, json=report.model_dump())
52
+ resp = api.post(
53
+ verify=self._verify_ssl,
54
+ json=report.model_dump(),
55
+ timeout=timeout,
56
+ )
51
57
  except RuntimeError as exc:
52
58
  raise StandCloudError(str(exc)) from exc
53
59
  except OAuth2Error as exc:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hardpy
3
- Version: 0.13.0
3
+ Version: 0.14.0
4
4
  Summary: HardPy library for device testing
5
5
  Project-URL: Homepage, https://github.com/everypinio/hardpy/
6
6
  Project-URL: Documentation, https://everypinio.github.io/hardpy/
@@ -1,9 +1,9 @@
1
1
  hardpy/__init__.py,sha256=49-EDyH1KzK7kmuU9zFHAe8bUPfuayzcUIk3ksXiL7s,2237
2
2
  hardpy/cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
- hardpy/cli/cli.py,sha256=FPXCFTqnC5fST9g7EjRd4ODBkvBPZ-r0XglF_vMU3Go,9164
3
+ hardpy/cli/cli.py,sha256=lDROCYhl4Z2SbzlvlOCSnJylMy3iX4ff_0pHSvFWA9g,9281
4
4
  hardpy/cli/template.py,sha256=44phTqeKgFch5xdAJmDQ-za1mM1_z60izRVbmCQHU-8,6225
5
5
  hardpy/common/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
- hardpy/common/config.py,sha256=nA2r2FrdKl0e-OqVvoa-3KvQ26Af-b86j7RMhGsWCPE,4966
6
+ hardpy/common/config.py,sha256=hdBs2L0IoD5gHPaux2c0IOPg7A871FaESZLaK3CU8cI,5140
7
7
  hardpy/common/stand_cloud/__init__.py,sha256=fezdiYAehtT2H-GAef-xZU12CbmCRe64XHA9UB3kJDU,456
8
8
  hardpy/common/stand_cloud/connector.py,sha256=oAfyT4h5HPWT5JeWcUBFyymncPmGWMpNkpeefYf99xM,7318
9
9
  hardpy/common/stand_cloud/exception.py,sha256=eKkqu5ylDRIGN_yZhvz2xVGm49XmlZ8nryALgdRqpbY,287
@@ -14,12 +14,12 @@ hardpy/common/stand_cloud/utils.py,sha256=GN3wzbrmF-Xe5iUXf_HurGO-YKltqd3Gc_7vG2
14
14
  hardpy/hardpy_panel/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
15
15
  hardpy/hardpy_panel/api.py,sha256=BRY_RuYKPo0e1WdVCPS7iA46GzLIc5A4hLPvtagKqRc,3533
16
16
  hardpy/hardpy_panel/frontend/dist/favicon.ico,sha256=sgIk5PKUKEKBDpkSrc8dJgjpObp0iF82Mec0GpfKId4,15406
17
- hardpy/hardpy_panel/frontend/dist/index.html,sha256=rDoetZX8aPQ5CD7Whs3GIIDF1NI9EwiAuTKJ_JM-sBI,1851
17
+ hardpy/hardpy_panel/frontend/dist/index.html,sha256=HgsuTaNZg-rq6m18f8RRijfxcEPwQNDzb9Dxc1rkaCY,1851
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
21
- hardpy/hardpy_panel/frontend/dist/assets/allPaths-Cg7WZDXy.js,sha256=lyJFFIHSfH_cGbFXTxhXInVWAow03ydaTINjv_b9kJE,309
22
- hardpy/hardpy_panel/frontend/dist/assets/allPathsLoader-C79wUwqR.js,sha256=35KNR-uC0fCNycxT538NL9QRmxUXWEoeZKAxS9h3pC4,550
21
+ hardpy/hardpy_panel/frontend/dist/assets/allPaths-CV5wjLMB.js,sha256=N09wgcmig_DLDNU2XRGxwya65nrEHLFToqToqntmuc4,309
22
+ hardpy/hardpy_panel/frontend/dist/assets/allPathsLoader-JIzW_pSb.js,sha256=3C1eVG4e3OQX2dS_XwvpLkOkJQrh9OX3wWwLUzHXAiM,550
23
23
  hardpy/hardpy_panel/frontend/dist/assets/blueprint-icons-16-Bfs1BwbR.ttf,sha256=wA1ItrnCJli8ESQ1KwLR3egJZG55dKBbLPonqFIa0K0,117420
24
24
  hardpy/hardpy_panel/frontend/dist/assets/blueprint-icons-16-Btb8d-Hu.woff,sha256=edyqQN0nw4dNBs1pgr7pQB7nJhhR6T_YfklFcG_fHj0,53344
25
25
  hardpy/hardpy_panel/frontend/dist/assets/blueprint-icons-16-CzsyEoPG.svg,sha256=lDCQy06aS-9bmhwuFOUs-EdcR8MP2wqwAwky5oamtkQ,509417
@@ -30,12 +30,20 @@ hardpy/hardpy_panel/frontend/dist/assets/blueprint-icons-20-D9WO2FSG.woff2,sha25
30
30
  hardpy/hardpy_panel/frontend/dist/assets/blueprint-icons-20-Doom1bSH.eot,sha256=RPan5eGrt9_bHe9FXYXVYsbOA4J-BgNweKZJNaVXf2I,120680
31
31
  hardpy/hardpy_panel/frontend/dist/assets/blueprint-icons-20-DyVnGNfQ.svg,sha256=BsTLtmUaqeiMSZwv2ysmTV4qWVv-qYbwsE0_sVUjJk0,546938
32
32
  hardpy/hardpy_panel/frontend/dist/assets/blueprint-icons-20-ZW-9JnPf.woff,sha256=mQZTxE1PyyAL16VWuASOvXlZFwuI4aCPvbrhfgpdIdU,55356
33
+ hardpy/hardpy_panel/frontend/dist/assets/browser-ponyfill-CccdstaD.js,sha256=FLNVAidyg0bcRT15SkYoVOsL_YEEyjyZBQuRW6CviAs,10288
34
+ hardpy/hardpy_panel/frontend/dist/assets/index-6RIgWzcZ.js,sha256=8oKEqyS6CGqdCQPo5QZ8yrvDWk8tfn6jnCxgpfadFDs,1046765
33
35
  hardpy/hardpy_panel/frontend/dist/assets/index-BMEat_ws.js,sha256=ZiKN4IGxolgim42tqk68UOPUA0g8ABojet1dj4Wru1s,254121
34
36
  hardpy/hardpy_panel/frontend/dist/assets/index-BwCQzehg.css,sha256=uvaqKowYoduAxTwlw3ojcSjKqrMtu5XErb_T668JGdU,299275
35
- hardpy/hardpy_panel/frontend/dist/assets/index-De5CJ3kt.js,sha256=qi_vrV2HLYPUQyZKguRgI8U9Q2Ujp0CqyG6GVWDsE3M,984451
36
37
  hardpy/hardpy_panel/frontend/dist/assets/index-xb4M2ucX.js,sha256=eeaZrH0pRpkWViEVZ2Mt6f7VgpOxluRB7S8SovkFeTE,245762
37
38
  hardpy/hardpy_panel/frontend/dist/assets/logo_smol-CK3jE85c.png,sha256=E4K7drvhJCg9HcTpRihOXZhVJVBZ7-W97Se-3tDb46o,14485
38
- hardpy/hardpy_panel/frontend/dist/assets/splitPathsBySizeLoader-hWuLTMwD.js,sha256=ocYr1jFgVEcJXCdClz5Is83Cd0nZo-j-0p5I8scwjBU,472
39
+ hardpy/hardpy_panel/frontend/dist/assets/splitPathsBySizeLoader-DkZadBcn.js,sha256=pLRjEega0VLCJFhH8dCAPzjkLe_zIU92Hlkn_1O4EMQ,472
40
+ hardpy/hardpy_panel/frontend/dist/locales/de/translation.json,sha256=CyQ16ylGIPs-VSccDU35siMvrFjPpFoOk3NTncyhnOA,1954
41
+ hardpy/hardpy_panel/frontend/dist/locales/en/translation.json,sha256=RuITbwa-aaUIET6CPAUppaMcLeuxsB6ijq4ep2LnVZw,1803
42
+ hardpy/hardpy_panel/frontend/dist/locales/es/translation.json,sha256=UVENIDh-mBphPVIOLPK17VObTmlsCmJ_wkI9hc_uZSE,2019
43
+ hardpy/hardpy_panel/frontend/dist/locales/fr/translation.json,sha256=zjXb_cGXE55sTnOMe5fMtK0FDiOa9IVp55RRXanVHgw,2012
44
+ hardpy/hardpy_panel/frontend/dist/locales/ja/translation.json,sha256=xSDe9TN1f3gywlGFbD0O9jS1J7ikrv9QWxStPfT_ssc,2199
45
+ hardpy/hardpy_panel/frontend/dist/locales/ru/translation.json,sha256=Zo_5GhOFIwOnpQITD5x2Q7CYTI9Pdpvv844_ieW56jY,2609
46
+ hardpy/hardpy_panel/frontend/dist/locales/zh/translation.json,sha256=uxYSv8eXTMDewPvbFZSh21ZP0Wy4mx32XbbVkzXzlls,1790
39
47
  hardpy/pytest_hardpy/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
40
48
  hardpy/pytest_hardpy/plugin.py,sha256=vyG2LvZj5NC_M2iXmVNlGZJJFOpGwtviGbhMCHtyQqE,20017
41
49
  hardpy/pytest_hardpy/pytest_call.py,sha256=TNDcbH0uuquqpNVjT_MGXZ8ukpze3ceWA5M4DUuKuEM,13279
@@ -57,7 +65,7 @@ hardpy/pytest_hardpy/result/__init__.py,sha256=2afpuEuOcxYfIEOwWzsGZe960iQaPVCms
57
65
  hardpy/pytest_hardpy/result/couchdb_config.py,sha256=ujxyJYM2pdZzi3GZ2Zysbz2_ZeTRN5sQc8AGuzRJm_0,3243
58
66
  hardpy/pytest_hardpy/result/report_loader/__init__.py,sha256=wq5Y-_JW2ExCRnQ9VVesKmTToEQrcTY5RxNJIWaT9ag,374
59
67
  hardpy/pytest_hardpy/result/report_loader/couchdb_loader.py,sha256=KcZ0JkCgWhrj2J9M04JBDy0fpqtpVEYtu9GCLDG27pU,2255
60
- hardpy/pytest_hardpy/result/report_loader/stand_cloud_loader.py,sha256=lRPDGIOFquo-KcCYxR6C4vnfe1m_dBWENFN8IkNZDPc,2217
68
+ hardpy/pytest_hardpy/result/report_loader/stand_cloud_loader.py,sha256=daS4cM3egwj8ej6yjLAMlM5zBIOwbWBBroF47nukQ5s,2478
61
69
  hardpy/pytest_hardpy/result/report_reader/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
62
70
  hardpy/pytest_hardpy/result/report_reader/couchdb_reader.py,sha256=GrROwfTVyJaVLPBxkvOM35HCksFEnWm0aVI8FibPikg,5911
63
71
  hardpy/pytest_hardpy/result/report_reader/stand_cloud_reader.py,sha256=uT7YSBu1QyURH9IkgRCdpbinn8LKXUhgVEhwPmGZV7I,3636
@@ -70,8 +78,8 @@ hardpy/pytest_hardpy/utils/machineid.py,sha256=6JAzUt7KtjTYn8kL9hSMaCQ20U8liH-zD
70
78
  hardpy/pytest_hardpy/utils/node_info.py,sha256=BibPo2ltxy-hIUQbaYA2om7x1LNK1JvQtHNC0EKl_9k,5474
71
79
  hardpy/pytest_hardpy/utils/progress_calculator.py,sha256=TPl2gG0ZSvMe8otPythhF9hkD6fa6-mJAhy9yI83-yE,1071
72
80
  hardpy/pytest_hardpy/utils/singleton.py,sha256=tjUGs48o_vBeVpRsEBZEOTCoCUikpIFmQ1c3rsfymso,948
73
- hardpy-0.13.0.dist-info/METADATA,sha256=jAfzeUUp40Scg2F9tGrVGrdEqi1Y7wBGPAwgXWyiiRc,4003
74
- hardpy-0.13.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
75
- hardpy-0.13.0.dist-info/entry_points.txt,sha256=nL2sMkKMScNaOE0IPkYnu9Yr-BUswZvGSrwY-SxHY3E,102
76
- hardpy-0.13.0.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
77
- hardpy-0.13.0.dist-info/RECORD,,
81
+ hardpy-0.14.0.dist-info/METADATA,sha256=yf8fnqjcOSPBeFpPwMBR0P4oc9IZ3LkyMca8TWdrfXk,4003
82
+ hardpy-0.14.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
83
+ hardpy-0.14.0.dist-info/entry_points.txt,sha256=nL2sMkKMScNaOE0IPkYnu9Yr-BUswZvGSrwY-SxHY3E,102
84
+ hardpy-0.14.0.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
85
+ hardpy-0.14.0.dist-info/RECORD,,