hardpy 0.8.0__py3-none-any.whl → 0.9.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 +2 -0
- hardpy/hardpy_panel/frontend/dist/asset-manifest.json +3 -3
- hardpy/hardpy_panel/frontend/dist/index.html +1 -1
- hardpy/hardpy_panel/frontend/dist/static/js/main.403e9cd8.js +3 -0
- hardpy/hardpy_panel/frontend/dist/static/js/main.403e9cd8.js.map +1 -0
- hardpy/pytest_hardpy/db/const.py +5 -0
- hardpy/pytest_hardpy/db/schema/v1.py +10 -3
- hardpy/pytest_hardpy/plugin.py +4 -0
- hardpy/pytest_hardpy/pytest_call.py +79 -42
- hardpy/pytest_hardpy/pytest_wrapper.py +4 -4
- hardpy/pytest_hardpy/utils/dialog_box.py +10 -0
- {hardpy-0.8.0.dist-info → hardpy-0.9.0.dist-info}/METADATA +2 -1
- {hardpy-0.8.0.dist-info → hardpy-0.9.0.dist-info}/RECORD +17 -17
- hardpy/hardpy_panel/frontend/dist/static/js/main.6f09d61a.js +0 -3
- hardpy/hardpy_panel/frontend/dist/static/js/main.6f09d61a.js.map +0 -1
- /hardpy/hardpy_panel/frontend/dist/static/js/{main.6f09d61a.js.LICENSE.txt → main.403e9cd8.js.LICENSE.txt} +0 -0
- {hardpy-0.8.0.dist-info → hardpy-0.9.0.dist-info}/WHEEL +0 -0
- {hardpy-0.8.0.dist-info → hardpy-0.9.0.dist-info}/entry_points.txt +0 -0
- {hardpy-0.8.0.dist-info → hardpy-0.9.0.dist-info}/licenses/LICENSE +0 -0
hardpy/__init__.py
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
# GNU General Public License v3.0 (see LICENSE or https://www.gnu.org/licenses/gpl-3.0.txt)
|
|
3
3
|
|
|
4
4
|
from hardpy.pytest_hardpy.pytest_call import (
|
|
5
|
+
clear_operator_message,
|
|
5
6
|
get_current_attempt,
|
|
6
7
|
get_current_report,
|
|
7
8
|
run_dialog_box,
|
|
@@ -52,6 +53,7 @@ __all__ = [
|
|
|
52
53
|
"RadiobuttonWidget",
|
|
53
54
|
"StepWidget",
|
|
54
55
|
"TextInputWidget",
|
|
56
|
+
"clear_operator_message",
|
|
55
57
|
"get_current_attempt",
|
|
56
58
|
"get_current_report",
|
|
57
59
|
"run_dialog_box",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"files": {
|
|
3
3
|
"main.css": "/static/css/main.e8a862f1.css",
|
|
4
|
-
"main.js": "/static/js/main.
|
|
4
|
+
"main.js": "/static/js/main.403e9cd8.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.
|
|
24
|
+
"main.403e9cd8.js.map": "/static/js/main.403e9cd8.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.
|
|
34
|
+
"static/js/main.403e9cd8.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.
|
|
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.403e9cd8.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>
|