Improved pre-commit and GitHub Actions#313
Open
wb8tyw wants to merge 1 commit intoham-radio-software:masterfrom
Open
Improved pre-commit and GitHub Actions#313wb8tyw wants to merge 1 commit intoham-radio-software:masterfrom
wb8tyw wants to merge 1 commit intoham-radio-software:masterfrom
Conversation
0b6010f to
5e2e59a
Compare
This is the start of getting python cross platform unit tests to be run on Ubuntu, Microsoft Windows, and Mac-OS so that we can try to prevent regression on platform that a developer does not have available. Also adding the unit tests to the changed Minor fixes not affecting function. - .github/workflows/codespell.yml - .github/workflows/xmllint.yml - .github/workflows/shellcheck.yml New files adding Unit Tests for GitHub actions and pre-commit checks - .github/workflows/python_unit_tests.yml - tests/pre-commit_d/python_unit_tests.sh Fixes needed to pass the new checking - d-rats.py - d_rats/dplatform.py - d_rats/dplatform_macos.py - d_rats/dplatform_unix.py - d_rats/dplatform_generic.py - d_rats/dplatform_win32.py - d_rats/utils.py
5e2e59a to
2de1bc3
Compare
Contributor
Author
|
No functional changes, Just adding a way test a PR that will follow this that improves the lookup of serial ports and be able to test that it won't break MAC-OS which I can't test locally. |
ioClarity
approved these changes
Apr 2, 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.
This is the start of getting python cross platform unit tests to be run on Ubuntu, Microsoft Windows, and Mac-OS so that we can try to prevent regression on platform that a developer does not have available.
Also adding the unit tests to the changed
Minor fixes not affecting function.
New files adding Unit Tests for GitHub actions and pre-commit checks
Fixes needed to pass the new checking