virtual_test_bed icon indicating copy to clipboard operation
virtual_test_bed copied to clipboard

Handle allow_warnings consistently across the repository

Open GiudGiud opened this issue 3 years ago • 0 comments

Some apps allow warnings, some dont This variation can happen even within an app and a combined app comprising this app

So a test may pass with an app and fail with the combined app. By default we should allow warnings to maximize coverage and the chance of capturing real failures in testing

GiudGiud avatar May 28 '22 01:05 GiudGiud