From 4eedb7b4dd2523860774806fabbc8132505b9584 Mon Sep 17 00:00:00 2001 From: JE-Chen <33644111+JE-Chen@users.noreply.github.com> Date: Mon, 14 Aug 2023 10:19:19 +0800 Subject: [PATCH] Update dev and stable version --- .idea/AutoControl.iml | 2 +- .idea/misc.xml | 2 +- .idea/workspace.xml | 61 +++++++++------- README.md | 2 +- pyproject.toml | 17 ++--- dev.toml => stable.toml | 17 +++-- .../calculator/calculator_executor.py | 69 ++++++++++++++++++ test/gui_test/calculator/test_source/1.png | Bin 0 -> 250 bytes test/gui_test/calculator/test_source/2.png | Bin 0 -> 405 bytes test/gui_test/calculator/test_source/3.png | Bin 0 -> 412 bytes test/gui_test/calculator/test_source/4.png | Bin 0 -> 341 bytes test/gui_test/calculator/test_source/5.png | Bin 0 -> 368 bytes test/gui_test/calculator/test_source/6.png | Bin 0 -> 400 bytes test/gui_test/calculator/test_source/7.png | Bin 0 -> 331 bytes test/gui_test/calculator/test_source/8.png | Bin 0 -> 422 bytes test/gui_test/calculator/test_source/9.png | Bin 0 -> 409 bytes .../gui_test/calculator/test_source/equal.png | Bin 0 -> 223 bytes .../gui_test/calculator/test_source/minus.png | Bin 0 -> 187 bytes test/gui_test/calculator/test_source/plus.png | Bin 0 -> 248 bytes test/gui_test/calculator/test_source/test.png | Bin 0 -> 34057 bytes .../gui_test/calculator/test_source/test1.PNG | Bin 0 -> 2454 bytes .../calculator/test_source/test_template.png | Bin 0 -> 3592 bytes .../execute_action/execute_action_test.py | 20 ++--- 23 files changed, 135 insertions(+), 55 deletions(-) rename dev.toml => stable.toml (80%) create mode 100644 test/gui_test/calculator/calculator_executor.py create mode 100644 test/gui_test/calculator/test_source/1.png create mode 100644 test/gui_test/calculator/test_source/2.png create mode 100644 test/gui_test/calculator/test_source/3.png create mode 100644 test/gui_test/calculator/test_source/4.png create mode 100644 test/gui_test/calculator/test_source/5.png create mode 100644 test/gui_test/calculator/test_source/6.png create mode 100644 test/gui_test/calculator/test_source/7.png create mode 100644 test/gui_test/calculator/test_source/8.png create mode 100644 test/gui_test/calculator/test_source/9.png create mode 100644 test/gui_test/calculator/test_source/equal.png create mode 100644 test/gui_test/calculator/test_source/minus.png create mode 100644 test/gui_test/calculator/test_source/plus.png create mode 100644 test/gui_test/calculator/test_source/test.png create mode 100644 test/gui_test/calculator/test_source/test1.PNG create mode 100644 test/gui_test/calculator/test_source/test_template.png diff --git a/.idea/AutoControl.iml b/.idea/AutoControl.iml index 1b997c6..b494c46 100644 --- a/.idea/AutoControl.iml +++ b/.idea/AutoControl.iml @@ -5,7 +5,7 @@ - + diff --git a/.idea/misc.xml b/.idea/misc.xml index 8f15788..4500e4d 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 1c1e8e4..bbf237a 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -5,7 +5,29 @@ + + + + + + + + + + + + + + + + + + + + + +