postgres-operator
postgres-operator copied to clipboard
unit test coverage
Code needs to be covered by unit tests, where possible, this issue is part of #31, which was split in half. Test coverage should be at least 80%. If some package is not testable, it must be refactored into a testable one.
@hitman99 I've decided to go with ginkgo for writing unit tests, I hope you don't have any objections. You can see a tiny progress here.
Not at all, I've used ginkgo in my past projects and it's fine. Thanks for hetring started with the tests!