Please make sure to install these dependencies on your linux environment:
- make
- docker
- our runtime container is based on the alpine:3.12 container
- tests are ran via
pytest
(installed in the container through automation)
I kept some notes here as I was writing code to solve this challenge
To run the simulation run this command:
make play
run the tests with this command:
make test