-
Before, it wasn't easy to test external Wasp code due to how Wasp projects were organized.
Which is why we added special support for writing tests for frontend, to enable that. We wanted to do the sa…
-
At US-RSE'23, heard several people describe the utility of "mocking" when writing tests, e.g., [mockito](https://mockito-python.readthedocs.io/en/latest/walk-through.html). Look into whether that's so…
-
Use a mocking framework to test the logic of the Slack event handlers and utility functions
Target: >80% unit test coverage in the `supportbot` package
-
The proxy currently has a number of tests that rely on having the thread sleep for an amount of time. Now that the [`tokio-test` crate](https://github.com/tokio-rs/tokio/tree/master/tokio-test), which…
hawkw updated
5 years ago
-
Hello!
I've developed **Multi-API Mocker**, a utility enhancing `requests_mock` for easier mocking of multiple API calls in pytest. It aims to improve test readability and maintainability in comple…
jab3z updated
10 months ago
-
### Describe the feature
The docs currently contain zero informations about testing. I am moving my backend from Nuxt to a separate Nitro app especially to have better testing abilities (Nuxt test …
MickL updated
7 months ago
-
**Describe the bug**
I followed [MSW's guide for mocking a streamed request](https://mswjs.io/docs/recipes/streaming/).
Then used `fetch` and `.text()` to collect the text response.
Using Node.…
-
Currently there are several classes which create TCP sockets or HTTP client connections (some examples: RecordingExporter, UploadSavedRecordingsCommand, SocketClientReaderWriter, SocketInteractiveShel…
-
When running my test using Jest and Enzyme, I get this error:
```javascript
● Test suite failed to run
TypeError: Cannot read property 'sharedInstanceWithToken' of undefined
47 | c…
-
This is just an idea and was inspired by a customer-reported issue: https://github.com/coder/coder/issues/11978
## Background
Today, Coder already "mocks" real SSH by running `ProxyCommand`. Thi…
bpmct updated
1 month ago