This repository has been archived by the owner on Aug 12, 2024. It is now read-only.
Add unit tests for the provisioners #622
Labels
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
I noticed the
Bundle
andBundleDeployment
provisioners underinternal/provisioner
don't have unit tests. We should implement some unit tests that are based on running theReconcile()
function for each provisioner. In the unit tests we could easily mock theUnpacker
interface with something like:We should also add unit tests to the plain, helm, and registry provisioners if they don't already have them.
The creation of this issue was inspired by operator-framework/catalogd#65 (comment)
The text was updated successfully, but these errors were encountered: