Fix test output to show failures in the summary.
Review Request #14739 — Created Dec. 22, 2025 and submitted — Latest diff uploaded
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
fEplus the
desiredsflags.
Ran unit tests and saw the list of failures in the final summary.