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 <https://github.com/stretchr/testify>. Specially with the package assert. What do you think ? Is it completely stupid ^^ ? Wish you the best. Kinds regards, Augustin. -- You received this message because you are subscribed to the Google Groups "Prometheus Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-developers/b4a70bf6-528f-44ba-92e9-62dead8eaac7%40googlegroups.com.

