To initially get started with docker, ensure you have docker(https://www.docker.com/) installed.
Once successfully installed and setup, run
docker-compose --build
- This will build the development enviroment, spinning up
- an Arango instance (arango)
- a test image (arango_orm)
To run tests from there, run
docker-compose run arango_orm pytest tests/