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
Currently, the unit tests for internal parts and exposed API are combined:
separate internal tests from API tests (API test can be in another package)
add some integration(e2e) tests if possible to check basic functionality (aws list/aws update). There was a bug kubeconfig is not persisted #28 where we did everything right but the kubeconfig was not persisted
The text was updated successfully, but these errors were encountered:
Currently, the unit tests for internal parts and exposed API are combined:
aws list
/aws update
). There was a bug kubeconfig is not persisted #28 where we did everything right but the kubeconfig was not persistedThe text was updated successfully, but these errors were encountered: