/elixir-test-runner

Primary LanguageElixirGNU Affero General Public License v3.0AGPL-3.0

ElixirTestRunner

Exercism Automated Test Runner for Elixir Exercises

Environment

The test runner currently targets exercises supporting Elixir >= 1.6 and Erlang/OTP >= 20, but is running on Elixir 1.11.3 on hexpm's elixir:1.11.3-erlang-23.2.6-ubuntu-focal-20210119 image

The Dockerfile also has added bash and jo to the image.

Testing


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.


Contributing Guide

For an in-depth discussion of how exercism language tracks and exercises work, please see CONTRIBUTING.md

Documentation "How does this thing work?"

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: