mirror of https://github.com/pulumi/pulumi.git
dc6ac2f63e
* deps: Upgrade to Cobra v1.4.0 This commit upgrades the usage of Cobra to [v1.4.0][1], which reduces the dependency set by removing the dependency on Viper. The upgrade happens across both `sdk` and `pkg`. Full details on the upgrades upstream in Cobra are available via the release notes, but [2] contains further motivating examples of reduced dependencies via separation of the (rarely used) Cobra bootstrapping CLI and the library itself. [1]: https://github.com/spf13/cobra/releases/tag/v1.4.0 [2]: https://github.com/spf13/cobra/issues/1138 * Update tests/go.mod Co-authored-by: Fraser Waters <fraser@pulumi.com> |
||
---|---|---|
.. | ||
examples | ||
integration | ||
testprovider | ||
README.md | ||
about_test.go | ||
config_test.go | ||
go.mod | ||
go.sum | ||
history_test.go | ||
login_test.go | ||
main_test.go | ||
stack_test.go |
README.md
Integration Tests
This module provides integration tests for the Pulumi CLI.
The tests can be run via:
make test_all