FastAPI with SQLModel testing example
The code here is derived from that supplied in https://sqlmodel.tiangolo.com/tutorial/fastapi/tests/ - any errors or omissions are my own!
Create working code to show testing with an in-memory database
Install requirements into a virtual environment (Python 3.10+).
Clone repo and run:
pytest
Not working as at 2023-07-15