We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f61bece commit eb72919Copy full SHA for eb72919
tests/test_run.py
@@ -327,6 +327,7 @@ def prediction_with_status(
327
"text": "Hello, world!",
328
},
329
use_file_output=True,
330
+ wait=False,
331
),
332
)
333
@@ -409,7 +410,7 @@ def prediction_with_status(
409
410
411
412
- wait=True,
413
+ # wait=True (this is the default)
414
415
416
@@ -505,6 +506,7 @@ def prediction_with_status(
505
506
507
508
509
510
511
512
@@ -583,6 +585,7 @@ def prediction_with_status(
583
585
584
586
587
588
589
590
591
0 commit comments