[MCC-1536821] Python Lib - Enable Tests in CI - #59
Merged
Conversation
ibaig-mdsol
force-pushed
the
feat/MCC-1536821_ci_tests
branch
from
August 25, 2026 02:44
75d7313 to
82ba03f
Compare
…ngineering-helper-scripts Co-authored-by: ibaig-mdsol <64849451+ibaig-mdsol@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Enables running the Python library’s unit tests in GitHub Actions CI, while cleaning up template/original files and updating project/dependency metadata to support the new CI flow.
Changes:
- Update CI workflow to install dependencies with Poetry and run unit tests on GitHub-hosted runners (Python 3.13).
- Refresh dependency resolution/lockfile and adjust Poetry source configuration.
- Minor test/doc/readme formatting cleanups and removal of unused template artifacts.
Reviewed changes
Copilot reviewed 5 out of 8 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/ci.yml |
Switch CI to GitHub-hosted runner, set up Python 3.13, install via Poetry, run unit tests. |
pyproject.toml |
Adjust Poetry source configuration (priority) and keep dependency groups aligned with CI installs. |
poetry.lock |
Large dependency/lock refresh consistent with updated Poetry resolution/source behavior. |
tests/test_logging_headers.py |
Minor test docstring language/format adjustments around header/version fallback tests. |
tests/get_study_output.json |
Formatting-only change (newline/EOF normalization). |
readme/README-v1.1.0.md |
Whitespace cleanup in a table row. |
README_orig.md |
Remove unused template/original README. |
pyproject_orig.toml |
Remove unused template/original Poetry config. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
butsyk-mdsol
approved these changes
Aug 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
tech_debt
Python Lib - Enable Tests in CIMCC-1536821Checklist
git commit --amend --no-editcommand to reduce commit messages when making small file changes (like changing linespacing).tests/folder.doc/folder.Changes Summary
Deployment Notes
In addition to IAC/code, add any notes for reviewer should know.