Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## πŸ‘©β€πŸ’» Contributors

- Jamuna Devi – Keploy API Fellowship participant πŸš€
8 changes: 7 additions & 1 deletion flask-redis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ brew install redis
If homebrew is not installed, then go to https://brew.sh/ and install it.

```bash
git clone https://github.com/keploy/samples-typescript && cd samples-typescript/flask-redis
git clone https://github.com/keploy/samples-python && cd samples-python/flask-redis

# Install the dependencies
pip3 install -r requirements.txt
Expand Down Expand Up @@ -158,3 +158,9 @@ keploy test -c 'sudo docker-compose up' --containerName "flask-web" --delay 10
```

_Voila!! Our testcases has passed 🌟_

---



---