-
We could improve the test suite developer experience by using a higher-level mocking library for requests.
An internal tool (devops/release-driver) uses [requests_mock](https://pypi.org/project/req…
-
Suppose I have a class with two methods: `methodA` and `methodB`. Suppose `methodB` delegates to `methodA`. Finally, suppose that I have set up a spy on an instance of the class that will modify the b…
-
[flutter_tools unit tests](https://github.com/flutter/flutter/tree/master/packages/flutter_tools/test/commands.shard) are split into hermetic and permeable tests.
The hermetic tests mock the file s…
-
Can anybody help out with mocking this library for jest testing?
Currently when I run a test that renders a component which uses localization, I am getting this error.
There is no related testing do…
-
Add test cases (via mocking/hardcoding csv) to the project. Test if all plots work correctly and if data is correctly parsed.
-
I've played around with `httptest2` in the [`azmetr` package](https://github.com/cct-datascience/azmetr) and it's relatively easy to get set up. I'm going to close #306 and this issue will replace it…
-
I have an issue with my WebSocket setup that the client Android app occasionally doesn't respond to a ping of the PingFrame fast enough with a pong. This causes the web socket server to return a close…
-
Is there a way or suggestion on how to mock the Keacloack service using this module?
Is it possible to use https://github.com/SectorLabs/keycloak-mock ?
n1md7 updated
2 years ago
-
Currently, Testcontainers has [modules](https://testcontainers.com/modules/) for the following mocking tools:
- WireMock
- MockServer
- Smocker
Mockoon should have a module for [Testcontai…
-
AutoUnit does not work for functional types.
The first test from the example below will fail, while the second one is successful.
Kotlin multiplatform version: 1.9.24
Kotlin multiplatform targe…