green-vegetable-15659
03/20/2025, 3:26 PMpulumi.runtime.set_mocks
w/ pytest
, i've got different modules with a different set of tests, like so
module1/{src,tests}
module2/{src,tests}
but it looks like once I set the mocks, they're set, meaning calling pulumi.runtime.set_mocks
in module2 doesnt seem to have any effect, any ideas?green-vegetable-15659
03/20/2025, 3:31 PMpytest module1
works fine
pytest module2
works also fine
but pytest
will fail because my mocks are differentechoing-dinner-19531
03/20/2025, 9:02 PM