Skip to content
Small exercises to discover elixir by testing
Elixir
Latest commit c804848 Mar 22, 2016 @apieum apieum Merge pull request #34 from DustinFisher/lists-print-as-strings
fix issue with list of integers showing as strings

README.md

elixir-koans

Discover elixir lang by replacing "__?" and "assert_?" to make tests pass.

Install

  $ git clone git@github.com:dojo-toulouse/elixir-koans.git
  $ cd elixir-koans

Get deps

  $ mix deps.get

Compile

  $ mix compile

Launch

You can safely ignore warnings

  $ mix test

or

Launch with reload

 $ mix test.watch

Note: On Linux you may need to install inotify-tools for test.watch task.

Advanced mix test options

Something went wrong with that request. Please try again.