Skip to content

Commit 8e1e771

Browse files
authored
docs: update documentation and improve testing instructions (#182)
- Add a section on testing with instructions to run `make test` in the README.md ref: #181 Signed-off-by: Bo-Yi Wu <[email protected]>
1 parent e303be7 commit 8e1e771

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,14 @@ Suggestions for improvement:
450450
==================================================
451451
```
452452
453+
## Testing
454+
455+
Run the following command to test the code:
456+
457+
```sh
458+
make test
459+
```
460+
453461
## Star History
454462
455463
[![Star History Chart](https://api.star-history.com/svg?repos=appleboy/codegpt&type=Date)](https://star-history.com/#appleboy/codegpt&Date)

0 commit comments

Comments
 (0)