-
Would be nice to use a library such as [Faker](https://v9.fakerjs.dev/api/faker.html) to produce a more reliable dataset for stories
-
For functional testing of features relying on LLM calls or LLM tasks, the main challenge is to be able to test with a stubbed LLM environment to be able to control the output of those calls or tasks.
…
-
PWM is done via [`pwmio.PWMOut` class](https://docs.circuitpython.org/en/latest/shared-bindings/pwmio/index.html#pwmio.PWMOut).
The [`pulseio` module](https://docs.circuitpython.org/en/latest/share…
-
## Description
Successfully deployed a new BAP Strapi instance for mock-MDM, utilizing the existing infrastructure setup. This deployment enables mock-MDM functionalities on BAP, supporting various de…
-
Apple offers an API for Live Lock Screen notifications, and numerous applications such as Uber and FlightRadar utilize this functionality.
I propose the implementation of a notification that displays…
-
### What broke? What's expected?
**Description**:
Enhance the existing e2e tests by ensuring that a valid mock scenario is created and verifying that the conversion webhook functions as expected. …
-
Related Issue |
| ------------- |
| https://github.com/wazuh/wazuh-agent/issues/17 |
## Description
Currently, several functions are mocked to enable the Wazuh agent to compile with the invent…
-
When using viceroy as a test runner it would be helpful if there were a way to mock backend responses. The motivation for this is twofold:
1. Tests that make external network requests are inherent…
-
## Objective:
Develop and execute unit tests to ensure the reliability of the Semester Planning class and its associated CRUD functions.
## Description:
This task involves developing automated u…
-
We recently started using Microcks for our gRPC APIs and really love the functionality and extensibility.
One feature we are currently missing for gRPC APIs are headers. Since headers (or in gRPC li…