mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
12 lines
167 B
Go
12 lines
167 B
Go
package debug
|
|
|
|
import (
|
|
"testing"
|
|
|
|
"github.com/redhat-developer/odo/tests/helper"
|
|
)
|
|
|
|
func TestDebug(t *testing.T) {
|
|
helper.RunTestSpecs(t, "Devfile Debug Suite")
|
|
}
|