-
https://semaphoreci.com/dorbel-tech/dorbel-app/branches/feature-phonegap/builds/13
```
9 failing
1) Integration - PATCH /listings/{id} should change image order:
Error: expected 200 "OK…
-
Make sure we have support for JSON server
-
### 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…
-
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…
-
## "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…
-
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…
-
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
-
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
{
…
-
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…