Skip to content

Commit 49cb7c8

Browse files
more unit tests
1 parent d99b666 commit 49cb7c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/test_streaming_client_configs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ def test_GIVEN_has_mpl_WHEN_attrs_post_init_THEN_calls_no_mpl_method(
211211
_has_mpl_attrs_post_init.assert_called_once_with()
212212

213213

214+
@pytest.mark.skipif(not HAS_MPL, reason="Test should only be executed with MPL in installation")
214215
@pytest.mark.parametrize(
215216
"kwargs, stream_type",
216217
(
@@ -222,7 +223,6 @@ def test_GIVEN_has_mpl_WHEN_attrs_post_init_THEN_calls_no_mpl_method(
222223
(dict(source=b"", keyring=FakeKeyring()), io.BytesIO),
223224
),
224225
)
225-
@pytest.mark.skipif(not HAS_MPL, reason="Test should only be executed with MPL in installation")
226226
def test_client_configs_with_mpl(
227227
kwargs,
228228
stream_type

0 commit comments

Comments
 (0)