File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,8 @@ python-testing/
5656
57571 . ** Setup Python** - Uses ` actions/setup-python@v5 ` to set up Python environment
58582 . ** Install pytest** - Installs pytest from PyPI
59- 3 . ** Install Requirements** - Installs packages from requirements file if the file exists
59+ 3 . ** Install Requirements** - Optionally installs packages from a specified requirements file if it exists;
60+ if a path is provided but the file is missing, logs a warning and continues without installing
60614 . ** Run Tests** - Executes pytest with configurable options
61625 . ** Report Results** - Outputs results to GitHub Actions summary
62636 . ** Generate Badges** - Creates SVG badges for test status (optional)
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3636
3737## [ 1.0.1] - 2025-12-19
3838
39- Initial release with pytest support
39+ Patch release with documentation improvements
4040
4141## [ 1.0.0] - 2025-12-19
4242
You can’t perform that action at this time.
0 commit comments