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