Closed EvanBoyle closed 1 year ago
The tests folder (nor any of the corresponding test code) does not exist. After creating a new repo from the template and trying to run make ensure I get an error as a result. Looks like other targets including test_all and lint fail as well.
make ensure
test_all
lint
Looks like this PR added the references to the tests folder and included a tests dir with a go.mod: https://github.com/pulumi/pulumi-provider-boilerplate/pull/11
Looks like this PR incorrectly removed the tests directory: https://github.com/pulumi/pulumi-provider-boilerplate/pull/21
Shouldn't this project have a sample test harness that runs an example in each language?
The tests folder (nor any of the corresponding test code) does not exist. After creating a new repo from the template and trying to run
make ensure
I get an error as a result. Looks like other targets includingtest_all
andlint
fail as well.Looks like this PR added the references to the tests folder and included a tests dir with a go.mod: https://github.com/pulumi/pulumi-provider-boilerplate/pull/11
Looks like this PR incorrectly removed the tests directory: https://github.com/pulumi/pulumi-provider-boilerplate/pull/21
Shouldn't this project have a sample test harness that runs an example in each language?