alembic revision --autogenerate -m 'Create user table'
alembic upgrade head
pytest -rA --cov-report term-missing --cov=src
Authentication web service based on JSON Web Tokens with e2e and unit tests
Python
alembic revision --autogenerate -m 'Create user table'
alembic upgrade head
pytest -rA --cov-report term-missing --cov=src