Skip to content

pytest_helpers.py documentation #120

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 8 commits into from
May 17, 2022
Merged

pytest_helpers.py documentation #120

merged 8 commits into from
May 17, 2022

Conversation

honno
Copy link
Member

@honno honno commented May 17, 2022

  • 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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Inconsistent arguments in some helper functions
1 participant