Skip to content

Commit 303fde2

Browse files
committed
Add run_folder tag & Add tests
Add run_folder tag & Add tests
1 parent 4fcd7cc commit 303fde2

25 files changed

+136
-72
lines changed

.github/workflows/dev_python3_10.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
python -m pip install --upgrade pip wheel
2727
pip install -r dev_requirements.txt
2828
- name: Test execute yaml
29-
run: python ./test/unit_test/test.py
29+
run: python ./test/unit_test/run_multi_time/test_run_multi_time.py

.github/workflows/dev_python3_11.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
python -m pip install --upgrade pip wheel
2727
pip install -r dev_requirements.txt
2828
- name: Test execute yaml
29-
run: python ./test/unit_test/test.py
29+
run: python ./test/unit_test/run_multi_time/test_run_multi_time.py
3030
- name: Save Test video
3131
uses: actions/upload-artifact@v4
3232
with:

.github/workflows/dev_python3_9.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
python -m pip install --upgrade pip wheel
2727
pip install -r dev_requirements.txt
2828
- name: Test execute yaml
29-
run: python ./test/unit_test/test.py
29+
run: python ./test/unit_test/run_multi_time/test_run_multi_time.py

.github/workflows/stable_python3_10.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
python -m pip install --upgrade pip wheel
2727
pip install -r requirements.txt
2828
- name: Test execute yaml
29-
run: python ./test/unit_test/test.py
29+
run: python ./test/unit_test/run_multi_time/test_run_multi_time.py

.github/workflows/stable_python3_11.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
python -m pip install --upgrade pip wheel
2727
pip install -r requirements.txt
2828
- name: Test execute yaml
29-
run: python ./test/unit_test/test.py
29+
run: python ./test/unit_test/run_multi_time/test_run_multi_time.py
3030
- name: Save Test video
3131
uses: actions/upload-artifact@v4
3232
with:

.github/workflows/stable_python3_9.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
python -m pip install --upgrade pip wheel
2727
pip install -r requirements.txt
2828
- name: Test execute yaml
29-
run: python ./test/unit_test/test.py
29+
run: python ./test/unit_test/run_multi_time/test_run_multi_time.py

.gitignore

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -141,12 +141,3 @@ dmypy.json
141141

142142
# Driver
143143
**/.wdm/*
144-
145-
# Mailthunder
146-
**/mail_thunder_content.json
147-
148-
# JEditor
149-
.jeditor
150-
**/.jeditor
151-
**/user_setting.*
152-
bing_cookies.*

.idea/TestPioneer.iml

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

.idea/modules.xml

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

.idea/vcs.xml

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

0 commit comments

Comments
 (0)