-
Notifications
You must be signed in to change notification settings - Fork 0
Sendmail header and cc/bcc tests #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates documentation and CI workflows to reflect the renaming of the test suite framework from PorTS to RosettaTest, supporting the sendmail header and cc/bcc tests.
- Updated README.md to replace references and instructions from PorTS to RosettaTest.
- Modified GitHub workflow files (Ruby, Python, JavaScript, and interpreter tests) to point to the new RosettaTest file paths and commands.
Reviewed Changes
Copilot reviewed 354 out of 369 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| README.md | Replaced PorTS references with RosettaTest in description and instructions. |
| .github/workflows/ruby-suites.yml | Updated Ruby command paths from ports-rb to rosetta-test-rb. |
| .github/workflows/python-suites.yml | Modified Python test commands and dependencies from ports-py to rosetta-test-py. |
| .github/workflows/javascript-suites.yml | Updated JavaScript command paths from ports-js to rosetta-test-js. |
| .github/workflows/interpreter-tests.yml | Adjusted interpreter test references for Python, Ruby, and JavaScript to RosettaTest. |
Files not reviewed (15)
- .gitattributes: Language not supported
- .smalltalk.ston: Language not supported
- ports-s/BaselineOfPortsS/BaselineOfPortsS.class.st: Language not supported
- ports-s/BaselineOfPortsS/package.st: Language not supported
- ports-s/PortsS-Core/package.st: Language not supported
- ports-s/PortsS-Interpreter/Collection.extension.st: Language not supported
- ports-s/PortsS-Interpreter/False.extension.st: Language not supported
- ports-s/PortsS-Interpreter/Object.extension.st: Language not supported
- ports-s/PortsS-Interpreter/PortsSyntaxError.class.st: Language not supported
- ports-s/PortsS-Interpreter/PortsTypeError.class.st: Language not supported
- ports-s/PortsS-Interpreter/package.st: Language not supported
- ports-s/PortsS-Suites/PortsFSSuite.class.st: Language not supported
- ports-s/PortsS-Suites/PortsJSONRfcSuite.class.st: Language not supported
- ports-s/PortsS-Suites/package.st: Language not supported
- ports-s/PortsS-Tests/package.st: Language not supported
284949a to
f519c4e
Compare
|
This branch will not merge easily as it already contains the name change. |
Why not merge the name-change PR first and then rebase this branch onto master? :) |
f519c4e to
c14ea66
Compare
Depends on #2