Skip to content

Commit cf7d6e6

Browse files
committed
docs(README) add test section
1 parent 2b3dfeb commit cf7d6e6

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,13 @@ execute `sh run.sh` in your terminal
5353
If you want to run and use this chatbot app within your Kubernetes cluster, you can easily install it using the Helm chart provided in this repository
5454

5555
helm install [RELEASE_NAME] helm/ -f helm/values.yaml
56+
# Test
5657

58+
Run tests:
59+
```
60+
cd app
61+
pytest tests/
62+
```
5763
# Contributing
5864
please read the [Contribution guide](https://github.com/abolfazl8131/devops-gpt/blob/master/CONTRIBUTING.md)
5965
# Maintenance

0 commit comments

Comments
 (0)