-
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
-
**Is your feature request related to a problem? Please describe.**
I have been working on creating mock APIS (full CRUD support) in my own implementations with MSW for a few years and have been wonde…
-
I'd be happy to contribute some integration tests, if that's a welcome addition to the project.
We have a least two options:
**Using a real Pushover account**
Fastest, easier an closer to rea…
-
```
I'm pretty sure this is a feature request.
I'd like to be able to use 'patch' to intercept methods or functions, muck with
their return values, then return the altered return values. I'm using i…
-
```
I'm pretty sure this is a feature request.
I'd like to be able to use 'patch' to intercept methods or functions, muck with
their return values, then return the altered return values. I'm using i…
-
Hello,
I know this is very experimental, but we're playing around with mimick in the need for a decent mocking framework.
I'm mainly asking for clarification. I found that the mock is installed …
-
Pretty big bug. Let's fix by creating the add-on!
**User story**
As a user
I want to be able to dpeloy my site to [Vercel](https://vercel.com)
So that I can ride their platform's wave of popul…
-
## 📔 Description
사용자의 요청에 맞는 api test case 의 example response 를 mocking 하는 과정 구현
## 🐈 Todo
- [x] 요청 정보 기반 test case 의 response 추출
-
Make sure we have support for JSON server
-
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…