ambitious-actor-36781
12/08/2022, 9:48 PM./pants test ?
We want to keep the pytest-captured logging in failed tests.
--no-???-cleanup or whatever sort of works, but seems heavy handed.hundreds-father-404
12/08/2022, 9:50 PM--output-file option on test, which writes output to the file rather than std{out,err}. Is that what you mean?hundreds-father-404
12/08/2022, 9:51 PM--test-show-output=failing (the default), it would still only show failed testsambitious-actor-36781
12/08/2022, 9:52 PMbroad-processor-92400
12/08/2022, 9:55 PMjunit_logging), thus maybe enabling [test] report = true in pants and fiddling with the pytest settings gets some of the way? (https://www.pantsbuild.org/docs/reference-test#advanced-options)hundreds-father-404
12/08/2022, 9:56 PMpants.ci.toml we set this
[test]
report = trueambitious-actor-36781
12/08/2022, 9:59 PMpolite-garden-50641
12/08/2022, 10:08 PMambitious-actor-36781
12/08/2022, 10:10 PM