Skip to content

Rename "xptests" back to "array_api_tests" #67

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

Merged
merged 2 commits into from
Jan 10, 2022

Conversation

asmeurer
Copy link
Member

@asmeurer asmeurer commented Jan 7, 2022

See #53.

In the future, we should discuss changes like this first.

@@ -5,7 +5,7 @@
from hypothesis import strategies as st
from hypothesis.control import assume

from xptests.typing import Scalar, ScalarType, Shape
from .typing import Scalar, ScalarType, Shape
Copy link
Member Author

Choose a reason for hiding this comment

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

An aside: we need to avoid absolute imports like this, so that the module can easily be vendored. Maybe we should add a simple meta-test for this.

Copy link
Member

Choose a reason for hiding this comment

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

Yep this was just an unintentional mistake

@honno honno merged commit cad86ef into data-apis:master Jan 10, 2022
@honno
Copy link
Member

honno commented Jan 10, 2022

In the future, we should discuss changes like this first.

I didn't think the original name had much intention, my bad! I still very much prefer xptests. As I'm making tons of micro decisions without you anyway, I thought this was just one of them heh. I'll see about becoming more conservative (i.e. make an issue/message you) whilst not blocking other PRs I'm working, but IMO the odd revert is fine if I can't get timely reviews and want to make progress on the test suite.

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