-
**Description:**
Create a set of mocking-based tests for all API functions to ensure that tests do not rely on real API calls. This will improve the robustness of the test suite, ensuring tests are f…
-
**Describe the bug**
I came across a response from the government cloud (I tried to initiate an RTR session), and the response was as follows:
**Status code**: 403
**Content type**: text/plain
**C…
-
Hi,
I'm using api-designer in my company with RAML and it works great. However, I have a question, how can it build a localhost mock service inside my company for RAML instead of using mock service …
-
I wish to knwo if there is any way to mock the CaptureDevices (CaptureDeviceList).
I need that to test several code, that relays on the detection of the devices, but, i can't make a mock or substi…
-
### Which @ngrx/* package(s) are relevant/related to the feature request?
signals
### Information
This RFC suggests introducing the `unprotected` function that would be exported from `@ngrx/s…
-
The tests are very fragille. Some of the calls to bamboo.io can be mocked, I start using [mock](http://pypi.python.org/pypi/mock) in bamboo, it's very helpful.
For that do call we can poll the statu…
-
I always find it difficult to test I/O error handling. Jimfs immensely simplifies writing unit tests for code that interacts with the file system, but it doesn't help with testing the 'bad' path.
I w…
-
## Suggestion/Concern
The current test file `test.ts` could be improved for better readability, maintainability, and effectiveness. Some concerns include:
1. The use of `var` for importing `ax…
-
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…
-
These tests work ok: https://github.com/opendatacube/odc-tools/blob/develop/libs/aws/tests/test_aws.py
But what you can't do is count the number of messages on the destination queue. Doing this wou…