-
Hi 👋
I was unit testing my functions that interact with Arq, however all the mocking is becoming rather heavy and I find there would be more value if I rather perform more of integration kind of t…
-
Hello,
We are sorry if this is a long text. This a copy-paste issue we also posted on apache/airflow and redis/redis-py. We include a MCVE to reproduce this bug. We are not sure who should fix this…
-
- [ ] How will you do authentication/authorization?
- [ ] What features would you like? (Dashboard, connect to different rooms, private rooms, inviting to rooms, DMs, sending emojis, sending media)
- …
-
Currently there are two backends which could potentially be used for storing data locally:
- `mock`
- `s3`
Currently the S3 sdk for `aws` is used, so you're unable to connect to another S3 API …
-
Hi there,
Given the following dependencies (from go.mod):
```text
github.com/go-redis/cache/v9 v9.0.0
github.com/go-redis/redismock/v9 v9.0.3
```
I get this issue:
```shell
# github.…
-
### Expected behaviour
When I mock the redis instance the function is called the function name should not be lowercase.
### Actual behaviour
When I mock the redis instance the function is cal…
-
The signature of `redis.Redis.from_url` is as follows:
```python
def from_url(cls, url, db=None, **kwargs)
```
However, Mockredispy defines it as follows:
```python
def mock_redis_client(*…
-
I try to mock the redis using the library with "rsmq" [https://www.npmjs.com/package/rsmq] with jest as follows, but gives me an error:
My packge.json
```
"jest": {
"testEnvironment": "node"…
-
# Feature request
I would like to call `requests_mock.get("http://foo", hook={"response": my_hook_func})`
https://2.python-requests.org/en/master/user/advanced/#event-hooks
# Why
I'm writi…
-
I'm trying to mock Redis lua scripting behavior, and one of the challenges there is that Redis is "binary safe"
meaning u can operate with binary data (e.g images), which is stored the same was as re…