-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,14 @@ | ||
# ltest | ||
|
||
[![Build Status][gh-actions-badge]][gh-actions] [![LFE Versions][lfe badge]][lfe] [![Erlang Versions][erlang badge]][versions] [![Tags][github tags badge]][github tags] | ||
|
||
[![][ltest-logo]][ltest-logo-large] | ||
[![Build Status][gh-actions-badge]][gh-actions] | ||
[![LFE Versions][lfe-badge]][lfe] | ||
[![Erlang Versions][erlang-badge]][versions] | ||
[![Tags][github-tags-badge]][github-tags] | ||
[![Downloads][hex-downloads]][hex-package] | ||
|
||
*A Unit, Integration, and System Tests Framework for LFE* | ||
|
||
[![][ltest-logo]][ltest-logo-large] | ||
|
||
## Contents | ||
|
||
|
@@ -23,7 +26,6 @@ | |
* [Dogfood](#dogfood-) | ||
* [License](#license-) | ||
|
||
|
||
## Introduction [↟](#contents) | ||
|
||
The macros in this library are, in large part, inspired by Clojure's excellent | ||
|
@@ -64,10 +66,8 @@ listener (test runner). | |
system test | ||
* A custom test runner that over-rides EUnit behaviour and aesthetics | ||
|
||
|
||
## Using `ltest` [↟](#contents) | ||
|
||
|
||
### Adding ltest to Your Project [↟](#contents) | ||
|
||
In order to use ltest in your project, all you need to do is add a rebar dep. | ||
|
@@ -230,7 +230,6 @@ Here is a more complete example: | |
ltest is working towards full test coverage; while not there yet, the unit | ||
tests for ltest itself provide the best examples of usage. | ||
|
||
|
||
### Running Your Tests [↟](#contents) | ||
|
||
The recommended way to run unit tests is to use the LFE plugin got `rebar3`. | ||
|
@@ -428,7 +427,6 @@ There were no integration tests found. | |
======================================================================== | ||
``` | ||
|
||
|
||
## License [↟](#contents) | ||
|
||
BSD 3-Clause License | ||
|
@@ -443,11 +441,7 @@ Copyright © 2016, Eric Bailey <[email protected]>, | |
jsc <[email protected]> | ||
``` | ||
|
||
|
||
|
||
|
||
|
||
<!-- Named page links below: /--> | ||
[//]: ---Named-Links--- | ||
|
||
[ltest-logo]: priv/images/ltest-logo-small.png | ||
[ltest-logo-large]: priv/images/ltest-logo-large.png | ||
|
@@ -458,12 +452,12 @@ Copyright © 2016, Eric Bailey <[email protected]>, | |
[gh-actions-badge]: https://github.com/lfex/ltest/workflows/ci%2Fcd/badge.svg | ||
[gh-actions]: https://github.com/lfex/ltest/actions | ||
[lfe]: https://github.com/lfe/lfe | ||
[lfe badge]: https://img.shields.io/badge/lfe-2.1.0-blue.svg | ||
[erlang badge]: https://img.shields.io/badge/erlang-19%20to%2025-blue.svg | ||
[lfe-badge]: https://img.shields.io/badge/lfe-2.1.0-blue.svg | ||
[erlang-badge]: https://img.shields.io/badge/erlang-19%20to%2025-blue.svg | ||
[versions]: https://github.com/lfex/ltest/blob/master/.travis.yml | ||
[github tags]: https://github.com/lfex/ltest/tags | ||
[github tags badge]: https://img.shields.io/github/tag/lfex/ltest.svg | ||
[github downloads]: https://img.shields.io/github/downloads/atom/atom/total.svg | ||
[hex badge]: https://img.shields.io/hexpm/v/ltest.svg?maxAge=2592000 | ||
[hex package]: https://hex.pm/packages/ltest | ||
[hex downloads]: https://img.shields.io/hexpm/dt/ltest.svg | ||
[github-tags]: https://github.com/lfex/ltest/tags | ||
[github-tags-badge]: https://img.shields.io/github/tag/lfex/ltest.svg | ||
[github-downloads]: https://img.shields.io/github/downloads/atom/atom/total.svg | ||
[hex-badge]: https://img.shields.io/hexpm/v/ltest.svg?maxAge=2592000 | ||
[hex-package]: https://hex.pm/packages/ltest | ||
[hex-downloads]: https://img.shields.io/hexpm/dt/ltest.svg |