projectcontour / contour-operator

Experimental repository to explore an operator for deploying Contour
Apache License 2.0
43 stars 34 forks source link

Evaluate moving unit tests to stretchr/testify #13

Open danehans opened 3 years ago

danehans commented 3 years ago

Please describe the problem you have Evaluate whether standardizing on the stretchr/testify framework for unit tests is worth adding as an external dependency.

/cc @jpeach

youngnick commented 3 years ago

We use it in mainline Contour, so I'm supportive.

jpeach commented 3 years ago

We use it in mainline Contour, so I'm supportive.

Yeh we don't use the whole framework, but the require and assert packages are pretty handy and save a bunch of tedious test code.