Exercism Automated Test Runner for Elixir Exercises
The test runner currently targets exercises supporting Elixir >= 1.14 and Erlang/OTP >= 25, but is running on Elixir 1.18.0 on hexpm's elixir:1.18.1-erlang-27.2-debian-bookworm-20241223
image.
The Dockerfile
also has added bash
, jo
and jq
to the image.
It is recommended to test BEFORE submitting a PR. It will test your submission, ensure that the repository builds as a whole, and help guard against unintentional, unrelated changes.
For an in-depth discussion of how exercism language tracks and exercises work, please see CONTRIBUTING.md
For a -- hopefully -- in-depth discussion of how this repo fits inside of the larger automated testing framework, see exercism's automated testing repo
- The interface the tester needs to satisfy --> interface
- The docker interface the tester needs to satisfy --> docker
For documentation about the internals of this repo, please see:
- How this works --> how-this-works.md