-
Notifications
You must be signed in to change notification settings - Fork 62
[Epic] Refactor ginkgo unit tests to go test #189
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
Labels
epic
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/cleanup
Categorizes issue or PR as related to cleaning up code, process, or technical debt.
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Comments
4 tasks
tmshort
added a commit
to tmshort/operator-controller
that referenced
this issue
Sep 6, 2023
This is related to epic operator-framework#189, although there doesn't seem to be a related issue for this directory. Signed-off-by: Todd Short <[email protected]>
tmshort
added a commit
to tmshort/operator-controller
that referenced
this issue
Sep 7, 2023
This is related to epic operator-framework#189, although there doesn't seem to be a related issue for this directory. Signed-off-by: Todd Short <[email protected]>
tmshort
added a commit
to tmshort/operator-controller
that referenced
this issue
Sep 7, 2023
This is related to epic operator-framework#189, although there doesn't seem to be a related issue for this directory. Signed-off-by: Todd Short <[email protected]>
tmshort
added a commit
to tmshort/operator-controller
that referenced
this issue
Sep 7, 2023
This is related to epic operator-framework#189, although there doesn't seem to be a related issue for this directory. Signed-off-by: Todd Short <[email protected]>
tmshort
added a commit
to tmshort/operator-controller
that referenced
this issue
Sep 7, 2023
This is related to epic operator-framework#189, although there doesn't seem to be a related issue for this directory. Signed-off-by: Todd Short <[email protected]>
github-merge-queue bot
pushed a commit
that referenced
this issue
Sep 7, 2023
This is related to epic #189, although there doesn't seem to be a related issue for this directory. Signed-off-by: Todd Short <[email protected]>
Probably worth leaving tests related to any of the following folders/files alone:
We are going to remove entity sources soon-ish (#347) and we already have tests which does not use ginkgo in the package which is going to replace the above. See draft PR #393 for details. |
4 tasks
With the latest set of commits, operator-controller is now ginkgo free! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
epic
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/cleanup
Categorizes issue or PR as related to cleaning up code, process, or technical debt.
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Description
In discussion #168, we've decided to avoid using ginkgo for unit testing. We need to move our current ginkgo unit tests to go test.
Tasks
The text was updated successfully, but these errors were encountered: