hardpy 0.4.0__py3-none-any.whl → 0.5.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.
hardpy/__init__.py CHANGED
@@ -7,7 +7,16 @@ from hardpy.pytest_hardpy.utils import (
7
7
  DuplicateDialogBoxError,
8
8
  )
9
9
  from hardpy.pytest_hardpy.result.couchdb_config import CouchdbConfig
10
- from hardpy.pytest_hardpy.utils import dialog_box
10
+ from hardpy.pytest_hardpy.utils import (
11
+ DialogBox,
12
+ TextInputWidget,
13
+ NumericInputWidget,
14
+ CheckboxWidget,
15
+ RadiobuttonWidget,
16
+ ImageWidget,
17
+ StepWidget,
18
+ MultistepWidget,
19
+ )
11
20
  from hardpy.pytest_hardpy.pytest_call import (
12
21
  get_current_report,
13
22
  set_dut_info,
@@ -22,11 +31,14 @@ from hardpy.pytest_hardpy.pytest_call import (
22
31
  )
23
32
 
24
33
  __all__ = [
34
+ # CouchDB
25
35
  "CouchdbLoader",
26
36
  "CouchdbConfig",
37
+ "get_current_report",
38
+ # Errors
27
39
  "DuplicateSerialNumberError",
28
40
  "DuplicateDialogBoxError",
29
- "get_current_report",
41
+ # Database info
30
42
  "set_dut_info",
31
43
  "set_dut_serial_number",
32
44
  "set_stand_info",
@@ -35,6 +47,14 @@ __all__ = [
35
47
  "set_run_artifact",
36
48
  "set_message",
37
49
  "set_driver_info",
50
+ # Dialog boxes
38
51
  "run_dialog_box",
39
- "dialog_box",
52
+ "DialogBox",
53
+ "TextInputWidget",
54
+ "NumericInputWidget",
55
+ "CheckboxWidget",
56
+ "RadiobuttonWidget",
57
+ "ImageWidget",
58
+ "StepWidget",
59
+ "MultistepWidget",
40
60
  ]
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "files": {
3
3
  "main.css": "/static/css/main.e8a862f1.css",
4
- "main.js": "/static/js/main.37744128.js",
4
+ "main.js": "/static/js/main.da686f40.js",
5
5
  "blueprint-icons-all-paths-loader.js": "/static/js/blueprint-icons-all-paths-loader.0aa89747.chunk.js",
6
6
  "blueprint-icons-split-paths-by-size-loader.js": "/static/js/blueprint-icons-split-paths-by-size-loader.52a072d3.chunk.js",
7
7
  "static/js/808.ce070002.chunk.js": "/static/js/808.ce070002.chunk.js",
@@ -21,7 +21,7 @@
21
21
  "static/media/logo_smol.png": "/static/media/logo_smol.5b16f92447a4a9e80331.png",
22
22
  "index.html": "/index.html",
23
23
  "main.e8a862f1.css.map": "/static/css/main.e8a862f1.css.map",
24
- "main.37744128.js.map": "/static/js/main.37744128.js.map",
24
+ "main.da686f40.js.map": "/static/js/main.da686f40.js.map",
25
25
  "blueprint-icons-all-paths-loader.0aa89747.chunk.js.map": "/static/js/blueprint-icons-all-paths-loader.0aa89747.chunk.js.map",
26
26
  "blueprint-icons-split-paths-by-size-loader.52a072d3.chunk.js.map": "/static/js/blueprint-icons-split-paths-by-size-loader.52a072d3.chunk.js.map",
27
27
  "808.ce070002.chunk.js.map": "/static/js/808.ce070002.chunk.js.map",
@@ -31,6 +31,6 @@
31
31
  },
32
32
  "entrypoints": [
33
33
  "static/css/main.e8a862f1.css",
34
- "static/js/main.37744128.js"
34
+ "static/js/main.da686f40.js"
35
35
  ]
36
36
  }
@@ -1 +1 @@
1
- <!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>HardPy Operator Panel</title><script defer="defer" src="/static/js/main.37744128.js"></script><link href="/static/css/main.e8a862f1.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
1
+ <!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>HardPy Operator Panel</title><script defer="defer" src="/static/js/main.da686f40.js"></script><link href="/static/css/main.e8a862f1.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>