Repo to support astral-sh/uv#8302 (comment)
- tests for each app/lib
- ability to run tests in a "synced" environment for each particular app/lib
- add coverage for each app/lib
- support testing interface in vscode
- support devcontainer in vscode
- support docker containerization for the apps
- maybe exploit vscode workspaces
Run commands in Makefile, e.g. make test which will run all tests in isolated environments and return with error if at least one fails.
Tests in http-backend fails since the fastapi application can't be imported in the test for some reason