pulumi/tests
James Nugent dc6ac2f63e
deps: Upgrade to Cobra v1.4.0 (#9306)
* 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>
2022-03-28 14:43:56 +01:00
..
examples ci: radical idea - what if slow tests & no stdout makes GH consider runner dead? 2022-03-06 14:52:13 -08:00
integration ci: radical idea - what if slow tests & no stdout makes GH consider runner dead? 2022-03-06 14:52:13 -08:00
testprovider Replace the use of pipenv with Python's venv (#8548) 2021-12-07 07:59:07 -08:00
README.md Update tests and add integration test 2021-08-24 14:29:27 -07:00
about_test.go ci: radical idea - what if slow tests & no stdout makes GH consider runner dead? 2022-03-06 14:52:13 -08:00
config_test.go ci: radical idea - what if slow tests & no stdout makes GH consider runner dead? 2022-03-06 14:52:13 -08:00
go.mod deps: Upgrade to Cobra v1.4.0 (#9306) 2022-03-28 14:43:56 +01:00
go.sum deps: Upgrade to Cobra v1.4.0 (#9306) 2022-03-28 14:43:56 +01:00
history_test.go ci: radical idea - what if slow tests & no stdout makes GH consider runner dead? 2022-03-06 14:52:13 -08:00
login_test.go ci: radical idea - what if slow tests & no stdout makes GH consider runner dead? 2022-03-06 14:52:13 -08:00
main_test.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
stack_test.go make linter happy 2022-03-11 21:50:41 +01:00

README.md

Integration Tests

This module provides integration tests for the Pulumi CLI.

The tests can be run via:

make test_all