pulumi / pulumi-provider-boilerplate

Boilerplate showing how to create a native Pulumi provider
Apache License 2.0
60 stars 20 forks source link

Multiple targets including `make ensure` fail because `tests` folder does not exist #58

Closed EvanBoyle closed 1 year ago

EvanBoyle commented 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.

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?