• S
    test/py: highlight warnings in the log summary · 32090e50
    Stephen Warren 提交于
    Currently, if a test emits a warning message but otherwise passes, there's
    no indication of this in the log summary, which can lead to warnings being
    missed. Enhance the test logic to explicitly mention warnings in otherwise
    passing tests, and not to collapse the log sections for tests with
    warnings, so that they're more easily seen when scanning the log.
    Signed-off-by: NStephen Warren <swarren@nvidia.com>
    32090e50
conftest.py 18.1 KB