We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5ce1b7 commit b813d1cCopy full SHA for b813d1c
betterproto/tests/test_inputs.py
@@ -123,7 +123,6 @@ def test_service_can_be_instantiated(test_data: TestData) -> None:
123
plugin_module.TestStub(MockChannel())
124
125
126
-@pytest.mark.skip
127
@pytest.mark.parametrize("test_data", test_cases.messages_with_json, indirect=True)
128
def test_binary_compatibility(repeat, test_data: TestData) -> None:
129
plugin_module, reference_module, json_data = test_data
0 commit comments