badwolf test runner docker image
This is a standard Cargo project, you will need to install Rust to build it locally.
Build python image for example:
$ docker build -t messense/badwolf-test-runner:python -f dockerfiles/python.Dockerfile .
$ cargo build --release
$ cargo run
$ cargo test