Added surefire and failsafe plugins

This commit is contained in:
Amith Koujalgi
2023-12-14 17:41:23 +05:30
parent f6af7025a8
commit b2d76970dc
4 changed files with 29 additions and 2 deletions

View File

@@ -37,6 +37,7 @@ A Java library (wrapper/binding) for [Ollama](https://github.com/jmorganca/ollam
- [Installation](#installation)
- [Demo APIs](#try-out-the-apis)
- [API Spec](#api-spec)
- [Development](#development)
- [Contributions](#get-involved)
#### Requirements
@@ -340,6 +341,26 @@ public class Main {
Find the full `Javadoc` (API specifications) [here](https://amithkoujalgi.github.io/ollama4j/).
#### Development
Build:
```shell
make ut
```
Run unit tests:
```shell
make ut
```
Run integration tests:
```shell
make it
```
#### Areas of improvement
- [x] Use Java-naming conventions for attributes in the request/response models instead of the snake-case conventions. (