ae6rt / decap

A CI Build Server with a Kubernetes Backend
MIT License
8 stars 1 forks source link

Give a mocking library a try #54

Open ae6rt opened 7 years ago

ae6rt commented 7 years ago

write some tests using this and see how it works out

https://github.com/stretchr/testify

ae6rt commented 7 years ago

I think the testify package is worth using in new tests. The old tests are structured a bit differently with respect to mock expected arguments, so they are not candidates for drop-in replacement with testify. Eventually we can migrate those tests.