e41094f9089eaf48cdc6a5363738ad09452b0c8d
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%