<#18462 Option to only show new test results> Issu...
# github-notifications
q
#18462 Option to only show new test results Issue created by kaos Is your feature request related to a problem? Please describe. When running many tests using
--loop
, the
pytest
output for any failed tests gets pushed off screen by the result summary. Describe the solution you'd like Provide a new option to only show new results, and a single line summarizing how many results there was that was either cached or memoized. Describe alternatives you've considered Run only a single test module at a time. Additional context Relates to #18461 pantsbuild/pants