Skip to content

Commit 2ec4222

Browse files
move to pytest
Signed-off-by: Vikrant Puppala <vikrant.puppala@databricks.com>
1 parent c726199 commit 2ec4222

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tests/unit/test_thrift_field_ids.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
"""
2-
Unit test to validate that all Thrift-generated field IDs comply with the maximum limit.
3-
4-
Field IDs in Thrift must stay below 3329 to avoid conflicts with reserved ranges
5-
and ensure compatibility with various Thrift implementations and protocols.
6-
"""
7-
81
import inspect
92
import pytest
103

0 commit comments

Comments
 (0)