Skip to content
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

Add comparison details to PyCharm reporter for failed scenarios #121

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tsv1
Copy link
Member

@tsv1 tsv1 commented Jan 22, 2025

Adds an optional show_comparison parameter to the PyCharm reporter, providing an “expected vs. actual” diff for failed assertions. When enabled, PyCharm displays a “Compare” view in the test runner.

Copy link

codecov bot commented Jan 22, 2025

Codecov Report

Attention: Patch coverage is 65.00000% with 7 lines in your changes missing coverage. Please review.

Project coverage is 90.79%. Comparing base (72c70a1) to head (d60b761).

Files with missing lines Patch % Lines
...edro/plugins/director/pycharm/_pycharm_reporter.py 65.00% 5 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #121      +/-   ##
==========================================
- Coverage   90.90%   90.79%   -0.11%     
==========================================
  Files         170      170              
  Lines        4914     4934      +20     
  Branches      706      711       +5     
==========================================
+ Hits         4467     4480      +13     
- Misses        387      392       +5     
- Partials       60       62       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant