e66cdcce2d99f021275246e30cf395807e05e068
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
Description
Languages
Python
99.9%