Skip to content

Commit 5fcc798

Browse files
committed
Add create project test
Add create project test
1 parent 5aca927 commit 5fcc798

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

.circleci/config.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,10 @@ jobs:
107107
- run:
108108
command: python ./test/unit_test/callback/callback_test.py
109109
name: callback_test
110-
110+
# create project
111+
- run:
112+
command: python ./test/unit_test/create_project_file/create_project_test.py
113+
name: create project
111114
# integrated_test
112115
# can't run this because circle ci bug
113116
#- run:
@@ -218,6 +221,10 @@ jobs:
218221
- run:
219222
command: python ./test/unit_test/callback/callback_test.py
220223
name: callback_test
224+
# create project
225+
- run:
226+
command: python ./test/unit_test/create_project_file/create_project_test.py
227+
name: create project
221228

222229
# integrated_test
223230
# can't run this because circle ci bug

.github/workflows/auto-control-github-actions_dev.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,7 @@ jobs:
7777
run: python ./test/unit_test/generate_report/html_report_test.py
7878
# call back test
7979
- name: call back test
80-
run: python ./test/unit_test/callback/callback_test.py
80+
run: python ./test/unit_test/callback/callback_test.py
81+
# create project
82+
- name: create project
83+
run: python ./test/unit_test/create_project_file/create_project_test.py

.github/workflows/auto-control-github-actions_stable.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,7 @@ jobs:
7777
run: python ./test/unit_test/generate_report/html_report_test.py
7878
# call back test
7979
- name: call back test
80-
run: python ./test/unit_test/callback/callback_test.py
80+
run: python ./test/unit_test/callback/callback_test.py
81+
# create project
82+
- name: create project
83+
run: python ./test/unit_test/create_project_file/create_project_test.py

dev.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66

77
[project]
88
name = "je_auto_control_dev"
9-
version = "0.0.65"
9+
version = "0.0.66"
1010
authors = [
1111
{ name = "JE-Chen", email = "zenmailman@gmail.com" },
1212
]

0 commit comments

Comments
 (0)