Skip to content

Commit e1f4d34

Browse files
committed
Update logger and Now testing will output
Update logger and Now testing will output
1 parent c4eece5 commit e1f4d34

14 files changed

+81
-226
lines changed

.github/workflows/dev_python3_10.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ jobs:
3030
run: python ./test/unit_test/screen/screen_test.py
3131
- name: Test Screenshot
3232
run: python ./test/unit_test/screen/screenshot_test.py
33+
- name: Save Screenshot Image
34+
uses: actions/upload-artifact@v4
35+
with:
36+
name: screenshot_png
37+
path: test.png
3338

3439
- name: Test Keyboard type Function
3540
run: python ./test/unit_test/keyboard/keyboard_type_test.py

.github/workflows/dev_python3_11.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ jobs:
3030
run: python ./test/unit_test/screen/screen_test.py
3131
- name: Test Screenshot
3232
run: python ./test/unit_test/screen/screenshot_test.py
33+
- name: Save Screenshot Image
34+
uses: actions/upload-artifact@v4
35+
with:
36+
name: screenshot_png
37+
path: test.png
3338

3439
- name: Test Keyboard type Function
3540
run: python ./test/unit_test/keyboard/keyboard_type_test.py

.github/workflows/dev_python3_8.yml

Lines changed: 0 additions & 95 deletions
This file was deleted.

.github/workflows/dev_python3_9.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ jobs:
3030
run: python ./test/unit_test/screen/screen_test.py
3131
- name: Test Screenshot
3232
run: python ./test/unit_test/screen/screenshot_test.py
33+
- name: Save Screenshot Image
34+
uses: actions/upload-artifact@v4
35+
with:
36+
name: screenshot_png
37+
path: test.png
3338

3439
- name: Test Keyboard type Function
3540
run: python ./test/unit_test/keyboard/keyboard_type_test.py

.github/workflows/stable_python3_10.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ jobs:
3030
run: python ./test/unit_test/screen/screen_test.py
3131
- name: Test Screenshot
3232
run: python ./test/unit_test/screen/screenshot_test.py
33+
- name: Save Screenshot Image
34+
uses: actions/upload-artifact@v4
35+
with:
36+
name: screenshot_png
37+
path: test.png
3338

3439
- name: Test Keyboard type Function
3540
run: python ./test/unit_test/keyboard/keyboard_type_test.py

.github/workflows/stable_python3_11.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ jobs:
3030
run: python ./test/unit_test/screen/screen_test.py
3131
- name: Test Screenshot
3232
run: python ./test/unit_test/screen/screenshot_test.py
33+
- name: Save Screenshot Image
34+
uses: actions/upload-artifact@v4
35+
with:
36+
name: screenshot_png
37+
path: test.png
3338

3439
- name: Test Keyboard type Function
3540
run: python ./test/unit_test/keyboard/keyboard_type_test.py

.github/workflows/stable_python3_8.yml

Lines changed: 0 additions & 95 deletions
This file was deleted.

.github/workflows/stable_python3_9.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ jobs:
3030
run: python ./test/unit_test/screen/screen_test.py
3131
- name: Test Screenshot
3232
run: python ./test/unit_test/screen/screenshot_test.py
33+
- name: Save Screenshot Image
34+
uses: actions/upload-artifact@v4
35+
with:
36+
name: screenshot_png
37+
path: test.png
3338

3439
- name: Test Keyboard type Function
3540
run: python ./test/unit_test/keyboard/keyboard_type_test.py

.idea/workspace.xml

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

dev_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ build
44
twine
55
sphinx
66
sphinx-rtd-theme
7-
Pyside6
7+
Pyside6==6.8.1
88
qt-material

0 commit comments

Comments
 (0)