convert - ActiveState ActiveGo 1.8
...

Package convert

import "github.com/onsi/ginkgo/ginkgo/convert"
Overview
Index

Overview ▾

func RewritePackage

func RewritePackage(packageName string)

* RewritePackage takes a name (eg: my-package/tools), finds its test files using * Go's build package, and then rewrites them. A ginkgo test suite file will * also be added for this package, and all of its child packages.