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

Remove type promotion tests #155

Merged
merged 1 commit into from
Nov 30, 2022

Conversation

honno
Copy link
Member

@honno honno commented Nov 23, 2022

Resolves #143. I'm exploring complex support and it feels even more weird to have these tests, given the machinery we'd need for #20.

@kgryte
Copy link

kgryte commented Nov 23, 2022

What would be the strategy for testing type promotion compliance across spec versions moving forward?

@honno
Copy link
Member Author

honno commented Nov 23, 2022

What would be the strategy for testing type promotion compliance across spec versions moving forward?

Our primary tests cover type promotion! I have little motivation maintaining tests specific to type promotion given they already get covered and any function/method testing is pretty finnicky to setup.

@honno honno requested a review from asmeurer November 30, 2022 09:44
@asmeurer
Copy link
Member

It's still likely that at some point in the future we'll want some way to distinguish different parts of the test suite. That extends beyond just type promotion, though.

I agree that test_type_promotion is redundant at this point, so we should be OK with removing it.

@asmeurer asmeurer merged commit abe10f9 into data-apis:master Nov 30, 2022
@honno honno deleted the remove-type-promotion-tests branch February 28, 2024 13:20
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.

Remove test_type_promotion.py
3 participants