-
Currently S3 functionality test is ran only for the push (or merge) to the main development branch. Therefore, PRs are not getting tested before their merge. To add S3 functionality test to PR actions…
-
**Describe the bug**
When I run a workflow, the workflow generally has several tasks, sending http requests asynchronously will occasionally and randomly terminate unexpectedly, and the task is in th…
-
Hello. jedis-mock is awesome! I'm just starting with testing an application and I am stuck. Right now i'm testing an application that subscribes to [notifications](https://redis.io/docs/manual/keyspac…
-
[root@sh-redis-01 env]# ruskit -h
Traceback (most recent call last):
File "/www/env/python27/bin/ruskit", line 5, in
from pkg_resources import load_entry_point
File "/www/env/python27/lib…
-
Martin Fowler suggested that the way to deal with complex external dependencies in tests is to create a recording test double. This double can run either as a proxy that calls the real implementation,…
-
Not sure if I'm missing something, but if I clone the project and try to run the server using node for the video tutorial, I get:
```
node server.js
{ name: 'Nohm Error',
message: 'Warning: setCli…
-
I'm having problems with redismock catching other calls for the same operation, which shouldn't be mocked.
For instance, I have a function where I call `Scan` two times, and I only want to mock the…
-
I have written the simple UT in Jest and also used nestjs-redis module for redis operation when i run the UT i am getting following error, i tried to mock as fn() but getting same issue.
```
Nes…
-
Hi,
Related to #83, I'd like to share how I write Stealth's integration test. Source code can be found here https://github.com/josephktcheung/stealth-integration-test. @luizcarvalho @mgomes please …
-
After talking to @nrk about this project he shortly after published niseredis, a redis server mock:
https://github.com/nrk/niseredis
It already includes an implementation for quite a few commands mi…
clue updated
10 years ago