pulumi/sdk/python/lib/test/automation
Thomas Gummerer e5747ae5e7
make python auto api tests work with DIY backend (#18127)
Similar to the nodejs automation API tests in
https://github.com/pulumi/pulumi/pull/17393, we also want to be able to
run the python tests using the DIY backend, rather than just the cloud
backend. The only changes necessary here are making sure we use the
right organization name (which is always "organization" for the DIY
backend), and making sure the stacks are removed forcefully (for some
reason they seem to think they have resources, even if the up fails with
a compilation error).

When PULUMI_ACCESS_TOKEN is set, the tests will still run with the cloud
backend.

Making progress towards https://github.com/pulumi/pulumi/pull/17192
2024-12-30 16:42:07 +00:00
..
data Update golang.org/x/net throughout (#18115) 2024-12-25 17:49:25 +00:00
errors Update golang.org/x/net throughout (#18115) 2024-12-25 17:49:25 +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 make python auto api tests work with DIY backend (#18127) 2024-12-30 16:42:07 +00:00
test_isolation.py make python auto api tests work with DIY backend (#18127) 2024-12-30 16:42:07 +00:00
test_local_workspace.py make python auto api tests work with DIY backend (#18127) 2024-12-30 16:42:07 +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 make python auto api tests work with DIY backend (#18127) 2024-12-30 16:42:07 +00:00