pulumi/sdk/python/lib/test/automation
Thomas Gummerer d235db64e0
auto: support refresh consistently in up/preview/destroy (#17209)
Currently refresh support is inconsistent in automation API. Go supports
it for up, preview and destroy, NodeJS only supports it for up and
preview, and Python doesn't support it at all. Support it for all three
in up, preview and destroy.

The important bit is supporting it for NodeJS (see
https://github.com/pulumi/actions/pull/1278#pullrequestreview-2290185113),
but it's best to support it consistently when we can.
2024-09-17 09:39:02 +00:00
..
data [python/automation] Implement Stack.import_resources() for batch importing resources into a stack (#16668) 2024-07-24 14:58:34 +00:00
errors Regenerate test `package-lock.json` files (#16387) 2024-06-13 10:52:59 +00:00
__init__.py [Automation API] Python Implementation (#5979) 2021-01-12 16:55:59 -08:00
test_cmd.py [auto/python] Add new API to install the Pulumi CLI (#15204) 2024-01-26 14:30:19 +00:00
test_errors.py Use black to format lib/test (#16028) 2024-04-23 08:29:58 +00:00
test_isolation.py Use black to format lib/test (#16028) 2024-04-23 08:29:58 +00:00
test_local_workspace.py auto: support refresh consistently in up/preview/destroy (#17209) 2024-09-17 09:39:02 +00:00
test_project_settings.py Fix YAML serialization of project settings in the Python Automation API (#16660) 2024-07-16 10:00:05 +00:00
test_remote_workspace.py Use black to format lib/test (#16028) 2024-04-23 08:29:58 +00:00
test_stack.py Use black to format lib/test (#16028) 2024-04-23 08:29:58 +00:00
test_utils.py Use black to format lib/test (#16028) 2024-04-23 08:29:58 +00:00