57f9ce2bbb85a263506953b49c3f69ee7a77c03d
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%