File tree Expand file tree Collapse file tree 2 files changed +1
-18
lines changed
Expand file tree Collapse file tree 2 files changed +1
-18
lines changed Original file line number Diff line number Diff line change @@ -137,4 +137,5 @@ dmypy.json
137137* .swp
138138* -swp
139139_test.py
140+ _test.json
140141local_test
Original file line number Diff line number Diff line change @@ -106,24 +106,6 @@ def test_deep_nested_fields(deep_nested_fields):
106106 )
107107
108108
109- @pytest .mark .v2
110- def test_deep_nested_fields (standard_field_types ):
111- inference_result = InferenceResponse (standard_field_types )
112- assert isinstance (inference_result .inference , Inference )
113- assert isinstance (
114- inference_result .inference .result .fields .field_simple , SimpleField
115- )
116- assert isinstance (
117- inference_result .inference .result .fields .field_object , ObjectField
118- )
119- assert isinstance (
120- inference_result .inference .result .fields .field_simple_list , ListField
121- )
122- assert isinstance (
123- inference_result .inference .result .fields .field_object_list , ListField
124- )
125-
126-
127109@pytest .mark .v2
128110def test_raw_texts (raw_texts ):
129111 inference_result = InferenceResponse (raw_texts )
You can’t perform that action at this time.
0 commit comments