You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 27, 2023. It is now read-only.
I have searched the issues of this repository and believe that this is not a duplicate.
Summary 💡
We need a basic tests suite to test the core components of the code such as the drivers since now we "test" those drivers by manual and by writing code on main.go that shouldn't be there
Requirements 🌈
Create tests that covers at least the drivers and its methods. Integration tests are a nice to have.
Motivation 🔦
Testing is a fundamental part of the development flow and it is necessary to prove that new feature will not break the current code.
Checklist ✅
Summary 💡
We need a basic tests suite to test the core components of the code such as the drivers since now we "test" those drivers by manual and by writing code on main.go that shouldn't be there
Requirements 🌈
Create tests that covers at least the drivers and its methods. Integration tests are a nice to have.
Motivation 🔦
Testing is a fundamental part of the development flow and it is necessary to prove that new feature will not break the current code.