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 cbd08c5 commit 0fcf424Copy full SHA for 0fcf424
tests/unit/test_schema.py
@@ -1232,17 +1232,6 @@ def test_to_api_repr(self):
1232
1233
1234
1235
- ''' TODO, consider these when SERDE if finished...
1236
- @pytest.mark.parametrize(
1237
- "serde_info,expected",
1238
- [
1239
- ({"key": "value"}, {"key": "value"}),
1240
- ([1, 2, 3], [1, 2, 3]),
1241
- (123, 123),
1242
- ("string", "string"),
1243
- ],
1244
- )
1245
- '''
1246
1247
class TestSerDeInfo:
1248
"""Tests for the SerDeInfo class."""
0 commit comments