Files
odo/tests/integration/interactive/interactive_suit_test.go
2022-03-02 01:31:04 +05:30

15 lines
211 B
Go

//go:build !race
// +build !race
package interactive
import (
"testing"
"github.com/redhat-developer/odo/tests/helper"
)
func TestInteractive(t *testing.T) {
helper.RunTestSpecs(t, "Interactive Suite")
}