@@ -349,8 +349,7 @@ def test_pytest_and_incremental_coverage_branch_selection(tmpdir_factory):
349349 assert result .returncode == 0
350350 assert result .stdout == (
351351 'INTERCEPTED check/pytest '
352- '--actually-quiet --cov '
353- '--cov-config=dev_tools/conf/.coveragerc\n '
352+ '--cov --cov-config=dev_tools/conf/.coveragerc\n '
354353 'The annotate command will be removed in a future version.\n '
355354 'Get in touch if you still use it: ned@nedbatchelder.com\n '
356355 'No data to report.\n '
@@ -376,8 +375,7 @@ def test_pytest_and_incremental_coverage_branch_selection(tmpdir_factory):
376375 assert result .returncode == 0
377376 assert result .stdout == (
378377 'INTERCEPTED check/pytest '
379- '--actually-quiet --cov '
380- '--cov-config=dev_tools/conf/.coveragerc\n '
378+ '--cov --cov-config=dev_tools/conf/.coveragerc\n '
381379 'The annotate command will be removed in a future version.\n '
382380 'Get in touch if you still use it: ned@nedbatchelder.com\n '
383381 'No data to report.\n '
@@ -395,8 +393,7 @@ def test_pytest_and_incremental_coverage_branch_selection(tmpdir_factory):
395393 assert result .returncode == 0
396394 assert result .stdout == (
397395 'INTERCEPTED check/pytest '
398- '--actually-quiet --cov '
399- '--cov-config=dev_tools/conf/.coveragerc\n '
396+ '--cov --cov-config=dev_tools/conf/.coveragerc\n '
400397 'The annotate command will be removed in a future version.\n '
401398 'Get in touch if you still use it: ned@nedbatchelder.com\n '
402399 'No data to report.\n '
@@ -414,8 +411,7 @@ def test_pytest_and_incremental_coverage_branch_selection(tmpdir_factory):
414411 assert result .returncode == 0
415412 assert result .stdout == (
416413 'INTERCEPTED check/pytest '
417- '--actually-quiet --cov '
418- '--cov-config=dev_tools/conf/.coveragerc\n '
414+ '--cov --cov-config=dev_tools/conf/.coveragerc\n '
419415 'The annotate command will be removed in a future version.\n '
420416 'Get in touch if you still use it: ned@nedbatchelder.com\n '
421417 'No data to report.\n '
@@ -433,8 +429,7 @@ def test_pytest_and_incremental_coverage_branch_selection(tmpdir_factory):
433429 assert result .returncode == 0
434430 assert result .stdout == (
435431 'INTERCEPTED check/pytest '
436- '--actually-quiet --cov '
437- '--cov-config=dev_tools/conf/.coveragerc\n '
432+ '--cov --cov-config=dev_tools/conf/.coveragerc\n '
438433 'The annotate command will be removed in a future version.\n '
439434 'Get in touch if you still use it: ned@nedbatchelder.com\n '
440435 'No data to report.\n '
@@ -464,8 +459,7 @@ def test_pytest_and_incremental_coverage_branch_selection(tmpdir_factory):
464459 assert result .returncode == 0
465460 assert result .stdout == (
466461 'INTERCEPTED check/pytest '
467- '--actually-quiet --cov '
468- '--cov-config=dev_tools/conf/.coveragerc\n '
462+ '--cov --cov-config=dev_tools/conf/.coveragerc\n '
469463 'The annotate command will be removed in a future version.\n '
470464 'Get in touch if you still use it: ned@nedbatchelder.com\n '
471465 'No data to report.\n '
@@ -483,8 +477,7 @@ def test_pytest_and_incremental_coverage_branch_selection(tmpdir_factory):
483477 assert result .returncode == 0
484478 assert result .stdout == (
485479 'INTERCEPTED check/pytest '
486- '--actually-quiet --cov '
487- '--cov-config=dev_tools/conf/.coveragerc\n '
480+ '--cov --cov-config=dev_tools/conf/.coveragerc\n '
488481 'The annotate command will be removed in a future version.\n '
489482 'Get in touch if you still use it: ned@nedbatchelder.com\n '
490483 'No data to report.\n '
@@ -509,8 +502,7 @@ def test_pytest_and_incremental_coverage_branch_selection(tmpdir_factory):
509502 assert result .returncode == 0
510503 assert result .stdout .startswith (
511504 'INTERCEPTED check/pytest '
512- '--actually-quiet --cov '
513- '--cov-config=dev_tools/conf/.coveragerc\n '
505+ '--cov --cov-config=dev_tools/conf/.coveragerc\n '
514506 'The annotate command will be removed in a future version.\n '
515507 'Get in touch if you still use it: ned@nedbatchelder.com\n '
516508 'No data to report.\n '
0 commit comments