зеркало из https://github.com/microsoft/kiota.git
a7c37e5ff7
Bumps the kiota-dependencies group in /it/go with 1 update: [github.com/microsoft/kiota-abstractions-go](https://github.com/microsoft/kiota-abstractions-go). Updates `github.com/microsoft/kiota-abstractions-go` from 1.7.0 to 1.8.0 - [Release notes](https://github.com/microsoft/kiota-abstractions-go/releases) - [Changelog](https://github.com/microsoft/kiota-abstractions-go/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/kiota-abstractions-go/compare/v1.7.0...v1.8.0) --- updated-dependencies: - dependency-name: github.com/microsoft/kiota-abstractions-go dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kiota-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.. | ||
csharp | ||
go | ||
java | ||
mockserver | ||
php | ||
python | ||
ruby | ||
typescript | ||
Readme.md | ||
compare-generation.ps1 | ||
config.json | ||
do-clean.ps1 | ||
exec-cmd.ps1 | ||
generate-code.ps1 | ||
get-additional-arguments.ps1 | ||
get-is-suppressed.ps1 |
Readme.md
Running the Integration Tests
Run the following steps to locally run the integration tests.
Publish locally a development version of kiota
:
dotnet publish ./src/kiota/kiota.csproj -c Release -p:PublishSingleFile=true -p:PublishReadyToRun=true -o ./publish
Generate the code:
./it/generate-code.ps1 -descriptionUrl ${FILE/URL} -language ${LANG}
And finally run the test:
./it/exec-cmd.ps1 -language ${LANG}