-
For our own debugging, it is useful to have one stream to write debugging to, if there is no logging (https://github.com/bskinn/stdio-mgr/issues/43)
This is also useful if a program is only expecti…
-
Make sure we have support for JSON server
-
## "Mock" routing API
For the tests that involve routing we should mock the external API response. That would allow for better testing of (for example) the time label.
It's also indepentent of the A…
-
At the day job I finally obtained a slice of the AWS pie for my team, and I am really excited for this package! Are there specific areas you'd like help with, or even just testing? I have dabbled in A…
-
### Description
We need to add comprehensive integration tests for our C# integration library that interacts with an HTTP REST API (VTEX) . These tests should ensure that our integration library corr…
-
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…
-
I have a piece of business logic that goes as follows (Obfuscated pseudo code because I cannot share it literally)
```C#
public async Task SomeFunction(CancelationToken ct)
{
await DoSomeCal…
-
### Task List
- [x] Steps to reproduce provided
- [x] Stacktrace (if present) provided
- [ ] Example that reproduces the problem uploaded to Github
- [ ] Full description of the issue provided (…
-
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 …
-
This is second part of the following ticket: https://github.com/MetaMask/snaps-skunkworks/issues/574 (Teardown can be escaped by late returning promises)
It is left to wrap up response body streams…