mirror of https://github.com/pulumi/pulumi.git
04b92f4d27
This test was checking that we could get a secret provider when setting PULUMI_CONFIG_PASSPHRASE, but it set it to the empty string! That's now treated the same as not setting the variable so the test started failing. |
||
---|---|---|
.. | ||
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