InnerCotton
Elixir Lint & test collection.
Installation
Add inner_cotton to your list of dependencies in mix.exs:
def deps do
[{:inner_cotton, "~> 0.1", only: [:dev, :test]}]
# [{:inner_cotton, github: "ne-sachirou/inner_cotton", only: [:dev, :test]}]
end
& mix deps.get.
List
mix cotton.lintruns all checks. Now InnerCotton runs :
Test
InnerCotton installs PropCheck in your project. You can use it in your test.
CONTRIBUTING
mix cotton.lint
mix test