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

TextArea test fixes for 3.7 #3397

Merged
merged 5 commits into from
Sep 26, 2023
Merged

TextArea test fixes for 3.7 #3397

merged 5 commits into from
Sep 26, 2023

Conversation

darrenburns
Copy link
Member

Some tests were failing on 3.7 so we've skipped them.

Unfortunately this makes updating snapshot tests awkward if you're running 3.7.

you can’t just run pytest --snapshot-update, you’d have to do pytest -k test_name_of_snapshot_test --snapshot-update

Copy link
Contributor

@rodrigogiraoserrao rodrigogiraoserrao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would've written what requires Py3.8 to be a bit more informative, but yeah!

tests/snapshot_tests/test_snapshots.py Outdated Show resolved Hide resolved
Copy link
Contributor

@rodrigogiraoserrao rodrigogiraoserrao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm adding these 3 suggestions because you accepted the last one but didn't update the other marks @darrenburns

tests/snapshot_tests/test_snapshots.py Outdated Show resolved Hide resolved
tests/text_area/test_languages.py Outdated Show resolved Hide resolved
tests/text_area/test_languages.py Outdated Show resolved Hide resolved
darrenburns and others added 3 commits September 25, 2023 19:56
Co-authored-by: Rodrigo Girão Serrão <[email protected]>
Co-authored-by: Rodrigo Girão Serrão <[email protected]>
@darrenburns darrenburns merged commit d766bb9 into main Sep 26, 2023
22 checks passed
@darrenburns darrenburns deleted the text-area-tests-37-fix branch September 26, 2023 09:16
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.

2 participants