All Projects → dojo-toulouse → Elixir Koans

dojo-toulouse / Elixir Koans

Small exercises to discover elixir by testing

Programming Languages

elixir
2628 projects

elixir-koans

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

Install

  $ git clone [email protected]: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] (http://elixir-lang.org/docs/v1.0/mix/Mix.Tasks.Test.html)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].