-
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 …
-
Make sure we have support for JSON server
-
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
-
## Why do we need this ?
If I can correctly infer the backend/ directory structure, I observe tests/ directory is structured to give tests as per the mhq/ dir. I only see tests for service/. No a…
-
### 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 (…
-
_Merges feat/74-mocking-response -> mock_
## 🥥 Contents
service worker 의 동작 방식에서 전면적인 수정이 생겼음. 이전보다 동작은 단순해졌음
**service worker**
```
if (url.origin === "http://localhost" || url.hostname === "local…
-
Fully reproducible python file:
```
import tempfile
import os
import pathlib
import datetime
from freezegun import freeze_time
@freeze_time("2020-06-06 06:06:06")
def foo():
with …
-
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…
-
These tests work ok: https://github.com/opendatacube/odc-tools/blob/develop/libs/aws/tests/test_aws.py
But what you can't do is count the number of messages on the destination queue. Doing this wou…