pulumi/pkg/codegen/python/gen_program_test.go

15 lines
284 B
Go
Raw Normal View History

package python
import (
"path/filepath"
"testing"
"github.com/pulumi/pulumi/pkg/v3/codegen/internal/test"
)
var testdataPath = filepath.Join("..", "internal", "test", "testdata")
func TestGenerateProgram(t *testing.T) {
test.TestProgramCodegen(t, "python", GenerateProgram)
}