-
Notifications
You must be signed in to change notification settings - Fork 820
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
chore: small edits #3480
chore: small edits #3480
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few suggested changes.
@@ -102,7 +102,7 @@ def test_partition_via_api_raises_with_bad_response(request: FixtureRequest): | |||
partition_mock_.assert_called_once() | |||
|
|||
|
|||
@pytest.mark.skipif(skip_outside_ci, reason="Skipping test run outside of CI") | |||
@pytest.mark.skipif(not is_in_ci, reason="Skipping test run outside of CI") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are the rest of these skipped for the same reason?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know. I didn't look into it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
k, good enough for me. Maybe ping Matt about those non-reason reasons and we can clarify those later.
Add comments and fix decorators on some tests.
Add comments and fix decorators on some tests.