@@ -8,4 +8,24 @@ My personnal AI
|
||||
```shell
|
||||
cd src
|
||||
uvicorn server:app --reload
|
||||
```
|
||||
```
|
||||
|
||||
## To start the client
|
||||
|
||||
```shell
|
||||
python $DEV_HOME/src/client.py --username <username> --password <password>
|
||||
```
|
||||
|
||||
## to test
|
||||
|
||||
```shell
|
||||
pytest
|
||||
```
|
||||
|
||||
## To run the coverage
|
||||
```shell
|
||||
coverage run --source=src -m pytest
|
||||
|
||||
coverage report
|
||||
coverage html
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user