kiota/it
dependabot[bot] 1a52ac3105
chore(deps-dev): bump microsoft-kiota-http
Bumps the kiota-dependencies group in /it/python with 1 update: [microsoft-kiota-http](https://github.com/microsoft/kiota).


Updates `microsoft-kiota-http` from 1.3.2 to 1.3.3
- [Release notes](https://github.com/microsoft/kiota/releases)
- [Changelog](https://github.com/microsoft/kiota/blob/main/CHANGELOG.md)
- [Commits](https://github.com/microsoft/kiota/commits)

---
updated-dependencies:
- dependency-name: microsoft-kiota-http
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: kiota-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-13 08:27:17 +00:00
..
csharp chore(deps): bump the kiota-dependencies group 2024-08-12 08:51:21 +00:00
go chore(deps): bump github.com/microsoft/kiota-authentication-azure-go 2024-08-12 09:02:23 +00:00
java chore(deps): bump the kiota-dependencies group 2024-08-12 08:54:42 +00:00
mockserver
php
python chore(deps-dev): bump microsoft-kiota-http 2024-08-13 08:27:17 +00:00
ruby
typescript chore(deps-dev): bump eslint in /it/typescript in the eslint group 2024-08-12 12:11:13 +00:00
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}