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

chore: Fix test warnings #302

Merged
merged 1 commit into from
Aug 8, 2024
Merged

chore: Fix test warnings #302

merged 1 commit into from
Aug 8, 2024

Conversation

keelerm84
Copy link
Member

No description provided.

@keelerm84 keelerm84 requested a review from a team as a code owner August 7, 2024 17:04
@@ -38,7 +38,7 @@ def test_ref_simple_with_leading_slash(self, input: str, unescaped: str):
assert a.depth == 1
assert a[0] == unescaped

@pytest.mark.parametrize("input", [])
@pytest.mark.parametrize("input", [("name"), ("name/with/slashes"), ("name~0~1with-what-looks-like-escape-sequences")])
Copy link
Member Author

Choose a reason for hiding this comment

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

This test was never testing anything, which is pretty silly.

@@ -75,14 +75,12 @@ def test_client_has_null_update_processor_in_ldd_mode():
assert isinstance(client._update_processor, NullUpdateProcessor)


@pytest.mark.skip("Can't currently use a live stream processor in tests because its error logging will disrupt other tests.")
Copy link
Member Author

Choose a reason for hiding this comment

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

And this is no longer true it seems, so I'm removing those two skips.

@keelerm84 keelerm84 merged commit 4bfcdb8 into main Aug 8, 2024
11 checks passed
@keelerm84 keelerm84 deleted the mk/sc-252529/skipped branch August 8, 2024 19:01
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