@@ -349,8 +349,7 @@ def test_pytest_and_incremental_coverage_branch_selection(tmpdir_factory):
349
349
assert result .returncode == 0
350
350
assert result .stdout == (
351
351
'INTERCEPTED check/pytest '
352
- '--actually-quiet --cov '
353
- '--cov-config=dev_tools/conf/.coveragerc\n '
352
+ '--cov --cov-config=dev_tools/conf/.coveragerc\n '
354
353
'The annotate command will be removed in a future version.\n '
355
354
'Get in touch if you still use it: [email protected] \n '
356
355
'No data to report.\n '
@@ -376,8 +375,7 @@ def test_pytest_and_incremental_coverage_branch_selection(tmpdir_factory):
376
375
assert result .returncode == 0
377
376
assert result .stdout == (
378
377
'INTERCEPTED check/pytest '
379
- '--actually-quiet --cov '
380
- '--cov-config=dev_tools/conf/.coveragerc\n '
378
+ '--cov --cov-config=dev_tools/conf/.coveragerc\n '
381
379
'The annotate command will be removed in a future version.\n '
382
380
'Get in touch if you still use it: [email protected] \n '
383
381
'No data to report.\n '
@@ -395,8 +393,7 @@ def test_pytest_and_incremental_coverage_branch_selection(tmpdir_factory):
395
393
assert result .returncode == 0
396
394
assert result .stdout == (
397
395
'INTERCEPTED check/pytest '
398
- '--actually-quiet --cov '
399
- '--cov-config=dev_tools/conf/.coveragerc\n '
396
+ '--cov --cov-config=dev_tools/conf/.coveragerc\n '
400
397
'The annotate command will be removed in a future version.\n '
401
398
'Get in touch if you still use it: [email protected] \n '
402
399
'No data to report.\n '
@@ -414,8 +411,7 @@ def test_pytest_and_incremental_coverage_branch_selection(tmpdir_factory):
414
411
assert result .returncode == 0
415
412
assert result .stdout == (
416
413
'INTERCEPTED check/pytest '
417
- '--actually-quiet --cov '
418
- '--cov-config=dev_tools/conf/.coveragerc\n '
414
+ '--cov --cov-config=dev_tools/conf/.coveragerc\n '
419
415
'The annotate command will be removed in a future version.\n '
420
416
'Get in touch if you still use it: [email protected] \n '
421
417
'No data to report.\n '
@@ -433,8 +429,7 @@ def test_pytest_and_incremental_coverage_branch_selection(tmpdir_factory):
433
429
assert result .returncode == 0
434
430
assert result .stdout == (
435
431
'INTERCEPTED check/pytest '
436
- '--actually-quiet --cov '
437
- '--cov-config=dev_tools/conf/.coveragerc\n '
432
+ '--cov --cov-config=dev_tools/conf/.coveragerc\n '
438
433
'The annotate command will be removed in a future version.\n '
439
434
'Get in touch if you still use it: [email protected] \n '
440
435
'No data to report.\n '
@@ -464,8 +459,7 @@ def test_pytest_and_incremental_coverage_branch_selection(tmpdir_factory):
464
459
assert result .returncode == 0
465
460
assert result .stdout == (
466
461
'INTERCEPTED check/pytest '
467
- '--actually-quiet --cov '
468
- '--cov-config=dev_tools/conf/.coveragerc\n '
462
+ '--cov --cov-config=dev_tools/conf/.coveragerc\n '
469
463
'The annotate command will be removed in a future version.\n '
470
464
'Get in touch if you still use it: [email protected] \n '
471
465
'No data to report.\n '
@@ -483,8 +477,7 @@ def test_pytest_and_incremental_coverage_branch_selection(tmpdir_factory):
483
477
assert result .returncode == 0
484
478
assert result .stdout == (
485
479
'INTERCEPTED check/pytest '
486
- '--actually-quiet --cov '
487
- '--cov-config=dev_tools/conf/.coveragerc\n '
480
+ '--cov --cov-config=dev_tools/conf/.coveragerc\n '
488
481
'The annotate command will be removed in a future version.\n '
489
482
'Get in touch if you still use it: [email protected] \n '
490
483
'No data to report.\n '
@@ -509,8 +502,7 @@ def test_pytest_and_incremental_coverage_branch_selection(tmpdir_factory):
509
502
assert result .returncode == 0
510
503
assert result .stdout .startswith (
511
504
'INTERCEPTED check/pytest '
512
- '--actually-quiet --cov '
513
- '--cov-config=dev_tools/conf/.coveragerc\n '
505
+ '--cov --cov-config=dev_tools/conf/.coveragerc\n '
514
506
'The annotate command will be removed in a future version.\n '
515
507
'Get in touch if you still use it: [email protected] \n '
516
508
'No data to report.\n '
0 commit comments