• 
      

    Fix test output to show failures in the summary.

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

    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.

    Commits

    Files