Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/artemeff/ex_unit_assertions
useful ExUnit assertions
https://github.com/artemeff/ex_unit_assertions
Last synced: 12 days ago
JSON representation
useful ExUnit assertions
- Host: GitHub
- URL: https://github.com/artemeff/ex_unit_assertions
- Owner: artemeff
- License: mit
- Created: 2017-05-18T10:05:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-18T10:57:45.000Z (over 7 years ago)
- Last Synced: 2024-04-20T03:43:18.782Z (9 months ago)
- Language: Elixir
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ExUnitAssertions
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `ex_unit_assertions` to your list of dependencies in `mix.exs`:```elixir
def deps do
[{:ex_unit_assertions, "~> 0.1.0"}]
end
```Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/ex_unit_assertions](https://hexdocs.pm/ex_unit_assertions).