`pytest_helpers.py` documentation by honno · Pull Request #120 · data-apis/array-api-tests

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@honno

Copy link

Member

@honno honno commented

May 17, 2022

edited

Loading

  • Documents the pytest helpers that have been introduced over time.
  • Resolves Inconsistent arguments in some helper functions #100, where I had initially stood by the argument placement, but realize my justification was pretty weak compared to the inconsistency.
  • Replaces ah.* uses with xp.* where appropiate, as IMO the "mirroring xp functions to encourage minimal array library use" isn't worth the jankiness now that we actually do need to end up using a lot of xp.* functions to test other functions as one-offs.
  • Removes out-dated test_linspace skip for NumPy workflow

@honno honno merged commit fdde7ec into data-apis:master

May 17, 2022

@honno honno deleted the ph-docs branch

February 28, 2024 13:20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

Inconsistent arguments in some helper functions

1 participant

@honno