Hello,
After changing some code in prometheus-community/promql-langserver, I figure out it was using some method coming from testutils/testing.go. And after looking at it, I was wondering why did you need these methods.
I mean it is a bit strange that prometheus has to implement for themself a sort of framework for the unit test. So I guess there is a good reason for that just would like to know which one if it's ok for you :).
I'm just asking because the methods coming from this particular file could be replaced by the one coming from the repository
stretchr/testify. Specially with the package assert.
What do you think ? Is it completely stupid ^^ ?
Wish you the best.
Kinds regards,
Augustin.