mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
* List components from other sources * Rename OdoManagedBy and OdoVersion to ManagedBy and ManagerVersion * Add tests * Add deployment and deploymentconfig manifests * Move tests * Test case * Add cleaner tests * Add comments * Cleanup and fix tests * Add comment * Fix CI failures * Change error check * Add unit tests for ConvertLabelToSelector * Fix unit test CI failure
14 lines
210 B
Go
14 lines
210 B
Go
// +build !race
|
|
|
|
package integration
|
|
|
|
import (
|
|
. "github.com/onsi/ginkgo"
|
|
)
|
|
|
|
func componentTestsSub() {
|
|
//componentTests("component")
|
|
}
|
|
|
|
var _ = Describe("odo sub component command tests", componentTestsSub)
|