File tree Expand file tree Collapse file tree 4 files changed +17
-4
lines changed
Expand file tree Collapse file tree 4 files changed +17
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
77[project ]
88name = " je_auto_control_dev"
9- version = " 0.0.65 "
9+ version = " 0.0.66 "
1010authors = [
1111 {
name =
" JE-Chen" ,
email =
" [email protected] " },
1212]
You can’t perform that action at this time.
0 commit comments