hi everybody, I am trying to write some unittest (...
# general
n
hi everybody, I am trying to write some unittest (writing python) but after enabling test mode I get this error
pulumi.errors.RunError: Missing project name; for test mode, please set PULUMI_NODEJS_PROJECT
I tried to set both PULUMI_NODEJS_PROJECT and PULUMI_PYTHON_PROJECT but it seems the project name is not picked up anybody knows how can I solve this issue?