new test framework #1

Merged
dan merged 47 commits from wip-new-framework into dev 2023-11-22 21:40:14 +01:00
Showing only changes of commit 2cd2c3c9c5 - Show all commits

View file

@ -1,6 +1,8 @@
# Readme
```bash
docker compose build
docker compose run --rm app python ./src/
docker compose run --rm app pytest
# docker-compose up
```