mirror of https://github.com/pulumi/pulumi.git
846b7b88cb
* dotnet program-gen targets .NET 6 * changelog entry * Update GH workflows to use .NET 6 * Enable DOTNET_ROLL_FORWARD=Major for GH workflows * Expose GeneratePrograms with ability to provide generation options. Use specialized options for import * Bump dotnet test projects TFM and relax warnings as errors * refactor code according to Ian's comments * Include error in generator diagnostics when unable to find function schema * remove specialized version of GenerateProgram for import and refactor lowerExpression * remove AcceptCodegenChanges from program driver * dotnet integration tests updated to net6.0 * Generate return await on top-level Deployment.RunAsync |
||
---|---|---|
.. | ||
benchmarks/go-alias-norm | ||
examples | ||
integration | ||
testprovider | ||
README.md | ||
about_test.go | ||
config_test.go | ||
go.mod | ||
go.sum | ||
history_test.go | ||
login_test.go | ||
main_test.go | ||
stack_test.go |
README.md
Integration Tests
This module provides integration tests for the Pulumi CLI.
The tests can be run via:
make test_all