refactor so that coordinator instance is available in runner instance #8

Merged
dan merged 16 commits from coordinator-in-runner into dev 2023-12-06 12:05:15 +01:00
Showing only changes of commit 532f30d553 - Show all commits

View file

@ -35,6 +35,7 @@ Run the script with
```bash
python main.py # run abratest
pytest # test abratest
pytest --collect-only # debug test abratest
```
# 2.2 Run with Docker