Skip to content

Commit

Permalink
Updated badges.
Browse files Browse the repository at this point in the history
  • Loading branch information
oubiwann committed Jan 15, 2025
1 parent fcc048a commit 546f349
Showing 1 changed file with 15 additions and 21 deletions.
36 changes: 15 additions & 21 deletions README.md
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

Expand All @@ -23,7 +26,6 @@
* [Dogfood](#dogfood-)
* [License](#license-)


## Introduction [↟](#contents)

The macros in this library are, in large part, inspired by Clojure's excellent
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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`.
Expand Down Expand Up @@ -428,7 +427,6 @@ There were no integration tests found.
========================================================================
```


## License [↟](#contents)

BSD 3-Clause License
Expand All @@ -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
Expand All @@ -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

0 comments on commit 546f349

Please sign in to comment.