-
Notifications
You must be signed in to change notification settings - Fork 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
Refactor testing #190
Refactor testing #190
Conversation
oerc0122
commented
Feb 7, 2025
- Migrate to pytest testing (Fixes Move testing over to pytest #184)
- Move tests out of main folder
- Add coverage reporting to github
- Add testing for pyyaml (Fixes test_dumper passes with ruamel.yaml but not pyyaml #178)
- Refactor how ruamel vs pyyaml is implemented
8207530
to
acbf9f5
Compare
- Migrate to pytest testing - Move tests out of main folder - Add coverage reporting to github - Add testing for pyyaml - Refactor how ruamel vs pyyaml is implemented
☂️ Python Coverage
Overall Coverage
New FilesNo new covered files... Modified Files
|
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.
Well this took a lot less time to look at than the diff suggested 😆
Co-authored-by: Adam J. Jackson <[email protected]>
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.
All seems pretty sensible and useful.
I note that the ruamel format is much nicer to look at!
I'll also be interested to see how things go with this non-intrusive coverage action. Maybe some other projects can use it...