https://github.com/posinformatique/posinformatique.testing.azure.functions
This project provides utilities for testing Azure Functions (Isolated). It includes features and tools to facilitate the testing of HttpRequestData and HttpResponseData classes, which are challenging to mock.
https://github.com/posinformatique/posinformatique.testing.azure.functions
Last synced: 12 months ago
JSON representation
This project provides utilities for testing Azure Functions (Isolated). It includes features and tools to facilitate the testing of HttpRequestData and HttpResponseData classes, which are challenging to mock.
- Host: GitHub
- URL: https://github.com/posinformatique/posinformatique.testing.azure.functions
- Owner: PosInformatique
- License: mit
- Created: 2024-10-28T08:49:46.000Z (over 1 year ago)
- Default Branch: releases/v1.0.0
- Last Pushed: 2025-01-22T14:32:04.000Z (about 1 year ago)
- Last Synced: 2025-02-07T20:13:50.798Z (about 1 year ago)
- Language: C#
- Size: 43 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PosInformatique.Testing.Azure.Functions
This project provides utilities for testing Azure Functions (Isolated). It includes features and tools to facilitate the testing of
`HttpRequestData` and `HttpResponseData` classes, which are challenging to mock.