Skip to content

Commit a3201e6

Browse files
authored
Merge pull request #51 from JE-Chen/dev
update stable and dev
2 parents 4cb3568 + c46786e commit a3201e6

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

.idea/workspace.xml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev_setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="je_auto_control_dev",
8-
version="0.0.32",
8+
version="0.0.33",
99
author="JE-Chen",
1010
author_email="zenmailman@gmail.com",
1111
description="auto testing",

docs/source/doc/auto_control_executor_doc/auto_control_executor_doc.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ AutoControlGUI Executor Doc
2424
["mouse_left", {"mouse_keycode": "mouse_left", "x": 500, "y": 500}],
2525
["position"],
2626
["press_mouse", {"mouse_keycode": "mouse_left", "x": 500, "y": 500}],
27-
["release_mouse", {"mouse_keycode": "mouse_left", "x": 500, "y": 500}],
27+
["release_mouse", {"mouse_keycode": "mouse_left", "x": 500, "y": 500}]
2828
]
2929
execute_action(example_list)
3030

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="je_auto_control",
8-
version="0.0.99",
8+
version="0.0.101",
99
author="JE-Chen",
1010
author_email="zenmailman@gmail.com",
1111
description="auto testing",

test/unit_test/execute_action/execute_action_test.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
["position"],
1313
["press_mouse", {"mouse_keycode": "mouse_left", "x": 500, "y": 500}],
1414
["release_mouse", {"mouse_keycode": "mouse_left", "x": 500, "y": 500}],
15-
["type_key", {"mouse_keycode": "dwadwawda", "dwadwad": 500, "wdawddwawad": 500}],
15+
["type_key", {"mouse_keycode": "dwadwawda", "dwadwad": 500, "wdawddwawad": 500}]
1616
]
1717

1818
elif sys.platform in ["linux", "linux2"]:
@@ -22,7 +22,7 @@
2222
["position"],
2323
["press_mouse", {"mouse_keycode": "mouse_left", "x": 500, "y": 500}],
2424
["release_mouse", {"mouse_keycode": "mouse_left", "x": 500, "y": 500}],
25-
["type_key", {"mouse_keycode": "dwadwawda", "dwadwad": 500, "wdawddwawad": 500}],
25+
["type_key", {"mouse_keycode": "dwadwawda", "dwadwad": 500, "wdawddwawad": 500}]
2626
]
2727
elif sys.platform in ["darwin"]:
2828
test_list = [
@@ -31,7 +31,7 @@
3131
["position"],
3232
["press_mouse", {"mouse_keycode": "mouse_left", "x": 500, "y": 500}],
3333
["release_mouse", {"mouse_keycode": "mouse_left", "x": 500, "y": 500}],
34-
["type_key", {"mouse_keycode": "dwadwawda", "dwadwad": 500, "wdawddwawad": 500}],
34+
["type_key", {"mouse_keycode": "dwadwawda", "dwadwad": 500, "wdawddwawad": 500}]
3535
]
3636
print("\n\n")
3737
print(execute_action(test_list))

0 commit comments

Comments
 (0)