1
0
mirror of https://github.com/sstephenson/bats.git synced 2024-11-17 11:42:33 +01:00

Tweaked headers to make the structure clearer

Michael Diamond 2017-09-17 10:34:09 -07:00
parent 64f54fd27b
commit 9ff489c037

@ -1,16 +1,18 @@
Since main-line development is stalled until 1.0 ([#150](../../issues/150)), forks are bound to solve various issues in their own way.
Also note `Road to v1.0` [#196](../../issues/196)
## Bash Forks
### [bats-mpe](/bvberkum/bats)
### Slight improvements wrt. flexibility
[bats-mpe](/bvberkum/bats)
- Easier test-diagnostic output.
- Selective test execution (iow. skip unselected tests).
- Added TODO state for test (in addition to passed/failed/skipped).
Also started [CI test setup](https://travis-ci.org/bvberkum/bats), and made some flexible [Alpine](https://hub.docker.com/r/bvberkum/alpine-bats) and [Debian](https://hub.docker.com/r/bvberkum/debian-bats) docker images for testing anything with BATS.
## Fish Shell
### [fishtape](/fisherman/fishtape)
### Fish shell
[fishtape](/fisherman/fishtape)
- Clone/port for Fish users [#133](../../issues/133)