e41094f908
Fixed #12 Fixed #13 Fixed #14
351 B
351 B
Sheerka
My personnal AI
To start the server
cd src
uvicorn server:app --reload
To start the client
python $DEV_HOME/src/client.py --username <username> --password <password>
to test
pytest
To run the coverage
coverage run --source=src -m pytest
coverage report
coverage html