Adding new koans for map sets
This commit is contained in:
21
test/koans/map_sets_koans_test.exs
Normal file
21
test/koans/map_sets_koans_test.exs
Normal file
@@ -0,0 +1,21 @@
|
||||
defmodule MapSetsTest do
|
||||
use ExUnit.Case
|
||||
import TestHarness
|
||||
|
||||
test "MapSets" do
|
||||
answers = [
|
||||
true,
|
||||
{:multiple, [true, false]},
|
||||
true,
|
||||
false,
|
||||
5,
|
||||
false,
|
||||
true,
|
||||
3,
|
||||
7,
|
||||
[1, 2, 3, 4, 5],
|
||||
]
|
||||
|
||||
test_all(MapSets, answers)
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user