mirror of https://github.com/pulumi/pulumi.git
![]() * Respect default parent in go aliases. * Update changelog * Handle empty parrents correctly * Allow specifying no parent * clarify variable name * Improve `Unparent` ergonomics * Take t0yv0's suggestion * Adopt @t0yv0's tests and doc comments. * Make NoParent,Parent,ParentURN mutually exclusive |
||
---|---|---|
.. | ||
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