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

tests: Update snapshots for Textual 0.50 #546

Merged
merged 2 commits into from
Feb 12, 2024

Conversation

godlygeek
Copy link
Contributor

There's a very slight difference in some of the colors, due to a bugfix in Textual 0.50.

There's a _very_ slight difference in some of the colors, due to
a bugfix in Textual 0.50.

Signed-off-by: Matt Wozniski <mwozniski@bloomberg.net>
@godlygeek godlygeek self-assigned this Feb 8, 2024
@codecov-commenter
Copy link

codecov-commenter commented Feb 8, 2024

Codecov Report

Attention: 5 lines in your changes are missing coverage. Please review.

Comparison is base (41248ed) 92.55% compared to head (22aef5d) 92.87%.
Report is 14 commits behind head on main.

Files Patch % Lines
src/memray/reporters/tree.py 72.72% 3 Missing ⚠️
tests/integration/test_extensions.py 90.47% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #546      +/-   ##
==========================================
+ Coverage   92.55%   92.87%   +0.32%     
==========================================
  Files          91       91              
  Lines       11304    11134     -170     
  Branches     1581     2024     +443     
==========================================
- Hits        10462    10341     -121     
+ Misses        837      793      -44     
+ Partials        5        0       -5     
Flag Coverage Δ
cpp 92.87% <92.75%> (+6.93%) ⬆️
python_and_cython 92.87% <92.75%> (-2.85%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

The snapshots we've generated using current versions of Textual aren't
expected to match anymore on Python 3.7, as Textual dropped support for
Python 3.7 in the 0.44 release. However, we'd still like to run our
snapshot tests on Python 3.7, to confirm that no unexpected exceptions
occur and that the app doesn't crash. So, allow `snap_compare()` to
drive the application, but always return `True` on Python 3.7 as long as
no exception was raised.

Signed-off-by: Matt Wozniski <mwozniski@bloomberg.net>
@godlygeek godlygeek force-pushed the update_snapshots_for_textual_0.50 branch from f99a6c9 to 22aef5d Compare February 9, 2024 00:20
@godlygeek godlygeek requested a review from pablogsal February 9, 2024 01:50
@pablogsal pablogsal merged commit 91d7016 into bloomberg:main Feb 12, 2024
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants