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

test(markers): test the test markers #8077

Merged
merged 1 commit into from
Jan 23, 2024

Conversation

gforsyth
Copy link
Member

@gforsyth gforsyth commented Jan 23, 2024

I had a thought about a potential edge case with None being the only
listed "Exception" in a raises argument. This fixes the edge case and
also adds some simple tests to make sure our custom markers correctly
handle when an imported backend exception is set to None due to a
missing import.

Copy link
Contributor

ACTION NEEDED

Ibis follows the Conventional Commits specification for release automation.

The PR title and description are used as the merge commit message.

Please update your PR title and description to match the specification.

@gforsyth gforsyth changed the base branch from main to the-epic-split January 23, 2024 17:17
@gforsyth gforsyth changed the title test the test markers test(markers): test the test markers Jan 23, 2024
I had a thought about a potential edge case with `None` being the only
listed "Exception" in a `raises` argument.  This fixes the edge case and
also adds some simple tests to make sure our custom markers correctly
handle when an imported backend exception is set to `None` due to a
missing import.
Copy link
Member

@jcrist jcrist left a comment

Choose a reason for hiding this comment

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

Makes sense to me!

@cpcloud cpcloud added this to the 8.0 milestone Jan 23, 2024
@cpcloud cpcloud added the tests Issues or PRs related to tests label Jan 23, 2024
@cpcloud cpcloud merged commit 6121a63 into ibis-project:the-epic-split Jan 23, 2024
52 checks passed
@gforsyth gforsyth deleted the test_the_test_markers branch January 23, 2024 20:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests Issues or PRs related to tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants