• 
      

    Fix test output to show failures in the summary.

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

    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
    chipx86
    1. Ship It!
    2. 
        
    maubin
    1. Ship It!
    2. 
        
    david
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to master (5c07a1c)