@@ -2073,7 +2073,7 @@ def expected_export_v2_image():
2073
2073
"value" : "text" ,
2074
2074
"text_answer" : {
2075
2075
"content" : "free form text..." ,
2076
- "classifications" : []
2076
+ "classifications" : [],
2077
2077
},
2078
2078
},
2079
2079
],
@@ -2108,7 +2108,7 @@ def expected_export_v2_audio():
2108
2108
"value" : "text" ,
2109
2109
"text_answer" : {
2110
2110
"content" : "free form text..." ,
2111
- "classifications" : []
2111
+ "classifications" : [],
2112
2112
},
2113
2113
},
2114
2114
],
@@ -2128,7 +2128,7 @@ def expected_export_v2_html():
2128
2128
"value" : "text" ,
2129
2129
"text_answer" : {
2130
2130
"content" : "free form text..." ,
2131
- "classifications" : []
2131
+ "classifications" : [],
2132
2132
},
2133
2133
},
2134
2134
{
@@ -2191,7 +2191,7 @@ def expected_export_v2_text():
2191
2191
"value" : "text" ,
2192
2192
"text_answer" : {
2193
2193
"content" : "free form text..." ,
2194
- "classifications" : []
2194
+ "classifications" : [],
2195
2195
},
2196
2196
},
2197
2197
],
@@ -2344,37 +2344,7 @@ def expected_export_v2_document():
2344
2344
"value" : "text" ,
2345
2345
"text_answer" : {
2346
2346
"content" : "free form text..." ,
2347
- "classifications" : []
2348
- },
2349
- },
2350
- ],
2351
- "relationships" : [],
2352
- }
2353
- return expected_annotations
2354
-
2355
-
2356
- @pytest .fixture ()
2357
- def expected_export_v2_llm_prompt_creation ():
2358
- expected_annotations = {
2359
- "objects" : [],
2360
- "classifications" : [
2361
- {
2362
- "name" :
2363
- "checklist" ,
2364
- "value" :
2365
- "checklist" ,
2366
- "checklist_answers" : [{
2367
- "name" : "option1" ,
2368
- "value" : "option1" ,
2369
- "classifications" : []
2370
- }],
2371
- },
2372
- {
2373
- "name" : "text" ,
2374
- "value" : "text" ,
2375
- "text_answer" : {
2376
- "content" : "free form text..." ,
2377
- "classifications" : []
2347
+ "classifications" : [],
2378
2348
},
2379
2349
},
2380
2350
],
@@ -2393,14 +2363,14 @@ def expected_export_v2_llm_prompt_response_creation():
2393
2363
"value" : "prompt-text" ,
2394
2364
"text_answer" : {
2395
2365
"content" : "free form text..." ,
2396
- "classifications" : []
2366
+ "classifications" : [],
2397
2367
},
2398
2368
},
2399
2369
{
2400
2370
"name" : "response-text" ,
2401
2371
"text_answer" : {
2402
2372
"content" : "free form text..." ,
2403
- "classifications" : []
2373
+ "classifications" : [],
2404
2374
},
2405
2375
"value" : "response-text" ,
2406
2376
},
@@ -2427,7 +2397,6 @@ def expected_export_v2_llm_prompt_response_creation():
2427
2397
"name" : "first_radio_answer" ,
2428
2398
"value" : "first_radio_answer" ,
2429
2399
},
2430
- "name" : "radio-response" ,
2431
2400
"value" : "radio-response" ,
2432
2401
},
2433
2402
],
@@ -2446,7 +2415,7 @@ def expected_export_v2_llm_prompt_creation():
2446
2415
"value" : "prompt-text" ,
2447
2416
"text_answer" : {
2448
2417
"content" : "free form text..." ,
2449
- "classifications" : []
2418
+ "classifications" : [],
2450
2419
},
2451
2420
},
2452
2421
],
@@ -2465,7 +2434,7 @@ def expected_export_v2_llm_response_creation():
2465
2434
"name" : "response-text" ,
2466
2435
"text_answer" : {
2467
2436
"content" : "free form text..." ,
2468
- "classifications" : []
2437
+ "classifications" : [],
2469
2438
},
2470
2439
"value" : "response-text" ,
2471
2440
},
@@ -2492,7 +2461,6 @@ def expected_export_v2_llm_response_creation():
2492
2461
"name" : "first_radio_answer" ,
2493
2462
"value" : "first_radio_answer" ,
2494
2463
},
2495
- "name" : "radio-response" ,
2496
2464
"value" : "radio-response" ,
2497
2465
},
2498
2466
],
@@ -2581,7 +2549,7 @@ def expected_exports_v2_mmc(mmc_example_data_row_message_ids):
2581
2549
"value" : "text" ,
2582
2550
"text_answer" : {
2583
2551
"content" : "free form text..." ,
2584
- "classifications" : []
2552
+ "classifications" : [],
2585
2553
},
2586
2554
},
2587
2555
{
0 commit comments