-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
service: add unit tests #447
Conversation
661dad8
to
9fc91dc
Compare
Is it still WIP? |
@NicolasMahe I was evaluating for all techniques for unit testing after @krhubert suggestion with testify/mock. The original idea was to experiment with dockertest for service and api packages too and bring some knowledge from unit testing of go-service and go-application onto table and give a final decision about refactoring dockertest. But I think, I'll go with completing unit tests of service package today and give my decision about which mocking/faking techniques we should go with for core. |
bd70192
to
98014f0
Compare
conflicts are resolved |
this PR enables integration tests with build flags and and covers some of the unit tests for service package