Skip to content

test: remove verbose flag #19815

@kruskall

Description

@kruskall

The -v (verbose) flag was previously required because we relied on global or custom logging, which didn’t display log output when a test failed.

Tests should use the standard library’s testing package logging, which automatically prints log messages whenever a test fails. This change simplifies the setup and makes test failures clearer, since the testing logger automatically prints log messages only for the failed test.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions