-
Notifications
You must be signed in to change notification settings - Fork 142
ci: improving pytest reporting #4037
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
|
Thanks for opening a Pull Request. If you want to perform a review write a comment saying: @ansys-reviewer-bot review |
Reviewer's GuideThis PR enhances pytest reporting by adding support for an extra environment variable in the header, introducing a global message‐length limit via a new wrap_len utility and applying it across all report outputs, and by improving an assertion error message in the mapdl fixture. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
@pyansys-ci-bot LGTM. |
pyansys-ci-bot
left a comment
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.
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.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4037 +/- ##
==========================================
+ Coverage 89.05% 89.18% +0.13%
==========================================
Files 187 187
Lines 14970 14970
==========================================
+ Hits 13331 13351 +20
+ Misses 1639 1619 -20 🚀 New features to boost your workflow:
|

Description
Improving pytest reporting
Issue linked
Extracted from #1300
Checklist
draftif it is not ready to be reviewed yet.feat: adding new MAPDL command)Summary by Sourcery
Enhance pytest reporting by adding an additional environment variable to the header, truncating overly long test summary lines to a maximum length, and improving the assertion message in the MAPDL fixture.
Enhancements: