Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 691 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 691 Bytes

Elixir CI Coverage Status

Klotho

Opinionated library for testing timer-based code.

Usage

See USAGE and online documentation.

Installation

If available in Hex, the package can be installed by adding klotho to your list of dependencies in mix.exs:

def deps do
  [
    {:klotho, "~> 0.1.0"}
  ]
end