[PATCH] D118104: Make run-clang-tidy.py print the configured checks correctly

Jesko Appelfeller via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 3 22:45:37 PST 2022


JesApp added a comment.

In D118104#3294883 <https://reviews.llvm.org/D118104#3294883>, @LegalizeAdulthood wrote:

> What is the feasibility of Python unit tests Instead of a heavy-weight `lit` oriented test?

I don't know the code-base well enough to answer that. Is python used for testing purposes anywhere else? I'm pretty sure the actual effort of writing the tests would be roughly the same, regardless.

Anyway, I'm new here, so I don't want to tell you guys how to run things, but: In the projects I usually work on, a fix would get merged quickly and things like "let's write a test suite for this script" would go in the backlog. What's your opinion on that?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D118104/new/

https://reviews.llvm.org/D118104



More information about the cfe-commits mailing list