Skip to content
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

Cover state machine with unit tests #333

Open
2 tasks
Tracked by #112
tobiscr opened this issue Aug 8, 2024 · 0 comments
Open
2 tasks
Tracked by #112

Cover state machine with unit tests #333

tobiscr opened this issue Aug 8, 2024 · 0 comments
Assignees

Comments

@tobiscr
Copy link
Contributor

tobiscr commented Aug 8, 2024

Description

Currently we experience the following problems with unit tests for the state machine:

  • Some states doesn't have unit test
  • Unit tests using k8s clients are difficult to maintain.

AC:

  • Cover all states with unit tests
  • Use intermediary interfaces that can be easily mocked in the tests instead of using k8s clients/fakes
@akgalwas akgalwas changed the title Address technical depts Improve unit tests in the state machine Aug 20, 2024
@tobiscr tobiscr changed the title Improve unit tests in the state machine Cover state machine with unit tests Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants