]> git.feebdaed.xyz Git - 0xmirror/crun.git/commit
tests: enhance TAP error reporting with more diagnostic information
authorGiuseppe Scrivano <gscrivan@redhat.com>
Fri, 5 Dec 2025 10:48:25 +0000 (10:48 +0000)
committerGiuseppe Scrivano <gscrivan@redhat.com>
Fri, 12 Dec 2025 13:31:18 +0000 (14:31 +0100)
commit8e9ef557c8df7ba531fcff316388ce8e74536a5c
treee35a3f691c73e00906a06e279cd2c1f8638bd725
parent6d4cd432b61cf315be54cd44bda76d7df97dca1a
tests: enhance TAP error reporting with more diagnostic information

Add enhanced diagnostic output for test failures including:
- Exception type and detailed messages
- Process return codes and failed commands
- Process output and stderr
- Working directory and test environment info

This improves debugging of test failures by providing more context
about what went wrong during test execution.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
tests/tests_utils.py