12 lines
192 B
Go
12 lines
192 B
Go
package cmii_operator
|
|
|
|
import "testing"
|
|
|
|
func TestFetchDemoImages(t *testing.T) {
|
|
FetchDemoImages("cqga", true)
|
|
}
|
|
|
|
func TestFetchDependencyRepos(t *testing.T) {
|
|
FetchDependencyRepos(true)
|
|
}
|