1
0
mirror of https://github.com/avitex/elixir-glicko synced 2025-04-19 06:09:58 +00:00
glicko-elixir/test
Mikael Muszynski ce08ab5e24 Convert Player (v1/v2) and Result to structs
In an effort to give names to core concepts in the library, replace the
current way of passing around tuples (of varying length and content)
with appropriately named structs.

As a consequence of creating `Player.{V1, V2}` and `Result`, a variety
of functions that extracted values out of the tuples have either been
removed or changed to access struct fields instead.
2020-02-21 22:53:28 +01:00
..
glicko_test.exs Convert Player (v1/v2) and Result to structs 2020-02-21 22:53:28 +01:00
player_test.exs Convert Player (v1/v2) and Result to structs 2020-02-21 22:53:28 +01:00
result_test.exs Convert Player (v1/v2) and Result to structs 2020-02-21 22:53:28 +01:00
test_helper.exs Initial commit 2017-11-15 20:32:39 +11:00