-
### 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…
-
note that this change supports #70 and test code that touches the API surface will need to be updated regardless
wllrd updated
3 weeks ago
-
It might be nice to encourage unit tests in studies and provide some tooling for it.
In the hypertension study (and still-WIP data-metrics study), I've got a little test harness method that runs a …
mikix updated
3 months ago
-
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…
-
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…
-
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…
-
Pretty cool so far, just api-mock doesn't understand schema and will send a response regardless of the schema.
```
### Method [POST]
+ Request 200 (application/json)
+ Schema
{
…