pulumi/sdk/python/lib/test/langhost/testing_with_mocks
Justin Van Patten 16926504c1
Allow pulumi.export calls from unit tests (#4518)
This change allows importing modules with calls to `pulumi.export` in unit tests. Previously, you'd have to structure the Python program in a way that avoids the `pulumi.export` from being called from unit tests.
2020-04-29 10:03:20 -07:00
..
.gitignore Fix Python mocks (#4074) 2020-03-12 21:09:47 -07:00
__main__.py Allow pulumi.export calls from unit tests (#4518) 2020-04-29 10:03:20 -07:00
resources.py Allow pulumi.export calls from unit tests (#4518) 2020-04-29 10:03:20 -07:00
test_testing_with_mocks.py Fix python mock's call (#4274) 2020-04-03 07:28:52 +02:00