mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-01-18 05:18:24 +02:00
6b4d2ba33e
We should try to avoid promting statements to the log during tests. This is basically some kind of manual/visual checking of conditions. This does not work since in most cases nobody scans test logs manually/visually. I think this is often a smell for missing assertions.