Skip to content

Commit b2edbfa

Browse files
authored
Merge pull request #109 from Integration-Automation/dev
Dev
2 parents dc8339b + c103db2 commit b2edbfa

File tree

16 files changed

+208
-20
lines changed

16 files changed

+208
-20
lines changed

.github/workflows/dev_python3_10.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,8 @@ jobs:
6868
- name: Test Callback Module
6969
run: python ./test/unit_test/callback/callback_test.py
7070
- name: Test Create Project Function
71-
run: python ./test/unit_test/create_project_file/create_project_test.py
71+
run: python ./test/unit_test/create_project_file/create_project_test.py
72+
- name: Test Interval Scheduler
73+
run: python ./test/unit_test/scheduler_test/sec_interval_test.py
74+
- name: Test Cron Scheduler
75+
run: python ./test/unit_test/scheduler_test/sec_cron_test.py

.github/workflows/dev_python3_11.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,8 @@ jobs:
6868
- name: Test Callback Module
6969
run: python ./test/unit_test/callback/callback_test.py
7070
- name: Test Create Project Function
71-
run: python ./test/unit_test/create_project_file/create_project_test.py
71+
run: python ./test/unit_test/create_project_file/create_project_test.py
72+
- name: Test Interval Scheduler
73+
run: python ./test/unit_test/scheduler_test/sec_interval_test.py
74+
- name: Test Cron Scheduler
75+
run: python ./test/unit_test/scheduler_test/sec_cron_test.py

.github/workflows/dev_python3_8.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,8 @@ jobs:
6868
- name: Test Callback Module
6969
run: python ./test/unit_test/callback/callback_test.py
7070
- name: Test Create Project Function
71-
run: python ./test/unit_test/create_project_file/create_project_test.py
71+
run: python ./test/unit_test/create_project_file/create_project_test.py
72+
- name: Test Interval Scheduler
73+
run: python ./test/unit_test/scheduler_test/sec_interval_test.py
74+
- name: Test Cron Scheduler
75+
run: python ./test/unit_test/scheduler_test/sec_cron_test.py

.github/workflows/dev_python3_9.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,8 @@ jobs:
6868
- name: Test Callback Module
6969
run: python ./test/unit_test/callback/callback_test.py
7070
- name: Test Create Project Function
71-
run: python ./test/unit_test/create_project_file/create_project_test.py
71+
run: python ./test/unit_test/create_project_file/create_project_test.py
72+
- name: Test Interval Scheduler
73+
run: python ./test/unit_test/scheduler_test/sec_interval_test.py
74+
- name: Test Cron Scheduler
75+
run: python ./test/unit_test/scheduler_test/sec_cron_test.py

.github/workflows/stable_python3_10.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,8 @@ jobs:
6868
- name: Test Callback Module
6969
run: python ./test/unit_test/callback/callback_test.py
7070
- name: Test Create Project Function
71-
run: python ./test/unit_test/create_project_file/create_project_test.py
71+
run: python ./test/unit_test/create_project_file/create_project_test.py
72+
- name: Test Interval Scheduler
73+
run: python ./test/unit_test/scheduler_test/sec_interval_test.py
74+
- name: Test Cron Scheduler
75+
run: python ./test/unit_test/scheduler_test/sec_cron_test.py

.github/workflows/stable_python3_11.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,8 @@ jobs:
6868
- name: Test Callback Module
6969
run: python ./test/unit_test/callback/callback_test.py
7070
- name: Test Create Project Function
71-
run: python ./test/unit_test/create_project_file/create_project_test.py
71+
run: python ./test/unit_test/create_project_file/create_project_test.py
72+
- name: Test Interval Scheduler
73+
run: python ./test/unit_test/scheduler_test/sec_interval_test.py
74+
- name: Test Cron Scheduler
75+
run: python ./test/unit_test/scheduler_test/sec_cron_test.py

.github/workflows/stable_python3_8.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,8 @@ jobs:
6868
- name: Test Callback Module
6969
run: python ./test/unit_test/callback/callback_test.py
7070
- name: Test Create Project Function
71-
run: python ./test/unit_test/create_project_file/create_project_test.py
71+
run: python ./test/unit_test/create_project_file/create_project_test.py
72+
- name: Test Interval Scheduler
73+
run: python ./test/unit_test/scheduler_test/sec_interval_test.py
74+
- name: Test Cron Scheduler
75+
run: python ./test/unit_test/scheduler_test/sec_cron_test.py

.github/workflows/stable_python3_9.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,8 @@ jobs:
6868
- name: Test Callback Module
6969
run: python ./test/unit_test/callback/callback_test.py
7070
- name: Test Create Project Function
71-
run: python ./test/unit_test/create_project_file/create_project_test.py
71+
run: python ./test/unit_test/create_project_file/create_project_test.py
72+
- name: Test Interval Scheduler
73+
run: python ./test/unit_test/scheduler_test/sec_interval_test.py
74+
- name: Test Cron Scheduler
75+
run: python ./test/unit_test/scheduler_test/sec_cron_test.py

.idea/workspace.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

stable.toml renamed to dev.toml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# Rename to build stable version
2-
# This is stable version
1+
# Rename to build dev version
2+
# This is dev version
33
[build-system]
4-
requires = ["setuptools>=61.0"]
4+
requires = ["setuptools"]
55
build-backend = "setuptools.build_meta"
66

77
[project]
8-
name = "je_auto_control"
9-
version = "0.0.140"
8+
name = "je_auto_control_dev"
9+
version = "0.0.80"
1010
authors = [
1111
{ name = "JE-Chen", email = "[email protected]" },
1212
]
@@ -17,6 +17,7 @@ dependencies = [
1717
"je_open_cv",
1818
"pillow",
1919
"numpy",
20+
"APScheduler",
2021
"pyobjc-core;platform_system=='Darwin'",
2122
"pyobjc;platform_system=='Darwin'",
2223
"python-Xlib;platform_system=='Linux'"

0 commit comments

Comments
 (0)