[](https://github.com/savonarola/klotho/actions/workflows/elixir.yml)
[](https://coveralls.io/github/savonarola/klotho?branch=main)
# Klotho
Opinionated library for testing timer-based code.
## Usage
See [USAGE](USAGE.md) and [online documentation](https://hexdocs.pm/klotho).
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `klotho` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:klotho, "~> 0.1.0"}
]
end
```