Fix test output to show failures in the summary.

Review Request #14739 — Created Dec. 22, 2025 and updated

Information

Django Evolution
master

Reviewers

The default command-line options configured for pytest were showing
explicit skips, but did not also include the default failure/error
states, so failed test cases would not be listed in the final summary.

This change fixes that up so that we include the default fE plus the
desired s flags.

Ran unit tests and saw the list of failures in the final summary.

Summary ID
Fix test output to show failures in the summary.
The default command-line options configured for pytest were showing explicit skips, but did not also include the default failure/error states, so failed test cases would not be listed in the final summary. This change fixes that up so that we include the default `fE` plus the desired `s` flags. Testing Done: Ran unit tests and saw the list of failures in the final summary.
nykloppwukrknqvqplowstosusuovmot
Checks run (2 succeeded)
flake8 passed.
JSHint passed.
chipx86
  1. Ship It!
  2. 
      
maubin
  1. Ship It!
  2.