Open giorgiozoppi opened 1 year ago
@giorgiozoppi This is where I need help. I didn't had enough bandwidth to look at the project recently. What I'm thinking is s simplify a lot of implementation and add test
Do you have any idea how we can start ?
I would start from the lower level possibile. Is that the datastore? I also use this way of doing tickets for matching branches.
We need to test this first https://github.com/s8sg/goflow/tree/master/core/sdk
This has all core functionalities
Ok, i branch out, please use the same schema to rename different issues. The name of teh banch will be feature/goflow-31-unit-testing.
Lets use - issue-31
On Sat, 11 Mar 2023 at 23:01, Giorgio Zoppi @.***> wrote:
Ok, i branch out, please use the same schema to rename different issues. The name of teh banch will be feature/goflow-31-unit-testing.
— Reply to this email directly, view it on GitHub https://github.com/s8sg/goflow/issues/31#issuecomment-1464942074, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABYIJ2REFCFQQQTV2TPKO73W3SOUJANCNFSM6AAAAAASGAASJE . You are receiving this because you commented.Message ID: @.***>
Branched out, i start working on this.
Goflow: Unit testing and coverage
Goal
Provide a 95% unit test mocking where it's opportune with gomock. No tests are present in the current code base.