Skip to content

Commit eb121e6

Browse files
committed
βž• Add content about running test by Poetry in README.
1 parent 1a5fb02 commit eb121e6

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg?logo=apache)](https://opensource.org/licenses/Apache-2.0)
55
[![Python project CI Test (one-test)](https://github.com/Chisanan232/GitHub-Action_Workflow-Template-Python/actions/workflows/test_python_project_ci_one-test.yaml/badge.svg)](https://github.com/Chisanan232/GitHub-Action_Workflow-Template-Python/actions/workflows/test_python_project_ci_one-test.yaml)
66
[![Python project CI Test (multi-tests)](https://github.com/Chisanan232/GitHub-Action_Workflow-Template-Python/actions/workflows/test_python_project_ci_multi-tests.yaml/badge.svg)](https://github.com/Chisanan232/GitHub-Action_Workflow-Template-Python/actions/workflows/test_python_project_ci_multi-tests.yaml)
7+
[![Python project with Poetry CI Test (multi-tests)](https://github.com/Chisanan232/GitHub-Action_Reusable_Workflows-Python/actions/workflows/test_pyproject_ci_multi-tests_by_poetry.yaml/badge.svg)](https://github.com/Chisanan232/GitHub-Action_Reusable_Workflows-Python/actions/workflows/test_pyproject_ci_multi-tests_by_poetry.yaml)
78
[![GitHub Action reusable workflow project CI Test](https://github.com/Chisanan232/GitHub-Action_Workflow-Template-Python/actions/workflows/test_gh_reusable_workflow.yaml/badge.svg)](https://github.com/Chisanan232/GitHub-Action_Workflow-Template-Python/actions/workflows/test_gh_reusable_workflow.yaml)
89

910

@@ -28,6 +29,7 @@ The usage of each workflow template.
2829

2930
* [_rw_get_tests.yaml_](#rw_get_testsyaml)
3031
* [_rw_run_test.yaml_](#rw_run_testyaml)
32+
* [_rw_poetry_run_test.yaml_](#rw_poetry_run_testyaml)
3133
* [_rw_organize_test_cov_reports.yaml_](#rw_organize_test_cov_reportsyaml)
3234
* [_rw_upload_test_cov_report.yaml_](#rw_upload_test_cov_reportyaml)
3335
* [_rw_pre-building_test.yaml_](#rw_pre-building_testyaml)
@@ -129,10 +131,17 @@ is provided by previous workflow? That is all testing items.
129131
130132
| Workflow | Running way | Support Python version |
131133
|-----------------------------------|---------------------------------------------------|------------------------|
132-
| _rw_run_test.yaml_ | Command lines like ``pip``, ``python``, etc | 3.6 - 3.11 |
134+
| _rw_run_test.yaml_ | Command lines like ``pip``, ``python``, etc | 3.6 - 3.11 |
133135
| _poetry_run_test_via_pytest.yaml_ | Use ``poetry`` feature or run command lines in it | 3.8 - 3.11 |
134136
135137
138+
<hr>
139+
140+
### _rw_poetry_run_test.yaml_
141+
142+
* Description: Same working with workflow _rw_run_test.yaml_, but this workflow would run test via **_Poetry_**.
143+
144+
136145
<hr>
137146
138147
### _rw_organize_test_cov_reports.yaml_

0 commit comments

Comments
Β (0)