Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/talentdeficit/mixunit
an `eunit` task for mix based projects
https://github.com/talentdeficit/mixunit
Last synced: 3 months ago
JSON representation
an `eunit` task for mix based projects
- Host: GitHub
- URL: https://github.com/talentdeficit/mixunit
- Owner: talentdeficit
- License: mit
- Created: 2014-12-15T02:41:13.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-13T22:01:45.000Z (over 9 years ago)
- Last Synced: 2024-10-06T12:48:42.077Z (3 months ago)
- Language: Elixir
- Size: 145 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- freaking_awesome_elixir - Elixir - An EUnit task for Mix based projects. (Testing)
- fucking-awesome-elixir - mixunit - An EUnit task for Mix based projects. (Testing)
- awesome-elixir - mixunit - An EUnit task for Mix based projects. (Testing)
README
# mixunit v0.9.2 #
an `eunit` task for [mix][mix]
**mixunit** is released under the terms of the [MIT][MIT] license
copyright 2014 [alisdair sullivan][email]
## usage ##
include **mixunit** as a dependency in your project and try
```bash
$ mix eunit
```that's it
[mix]: http://elixir-lang.org/getting_started/mix_otp/1.html
[MIT]: http://www.opensource.org/licenses/mit-license.html
[email]: [email protected]