From 7ff9133ea19cfee80929813fb6404bd2764e25ad Mon Sep 17 00:00:00 2001 From: Anatoli Babenia Date: Mon, 17 Jun 2024 18:51:49 +0300 Subject: [PATCH 1/3] README.md Update alternatives --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 004aa8c95..9fd62be27 100644 --- a/README.md +++ b/README.md @@ -174,8 +174,8 @@ number of tests. Here is a list of other shell testing libraries (sorted alphabetically): * [Bashtub](https://github.com/ueokande/bashtub) -* [Bats](https://github.com/sstephenson/bats) -* [Cram](https://bitheap.org/cram) +* [bats-core](https://github.com/bats-core/bats-core) (former [Bats](https://github.com/sstephenson/bats)) +* [Prysk](https://github.com/prysk/prysk) (former [Cram](https://bitheap.org/cram)) * [rnt](https://github.com/roman-neuhauser/rnt) * [roundup](https://github.com/bmizerany/roundup) * [shove](https://github.com/progrhyme/shove) From c51adf7982a8db5a56c9bd11757445fc08b043ce Mon Sep 17 00:00:00 2001 From: Anatoli Babenia Date: Mon, 17 Jun 2024 19:07:01 +0300 Subject: [PATCH 2/3] Update link to shUnit2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9fd62be27..99eec8625 100644 --- a/README.md +++ b/README.md @@ -179,7 +179,7 @@ Here is a list of other shell testing libraries (sorted alphabetically): * [rnt](https://github.com/roman-neuhauser/rnt) * [roundup](https://github.com/bmizerany/roundup) * [shove](https://github.com/progrhyme/shove) -* [shUnit2](https://code.google.com/p/shunit2/) +* [shUnit2](https://github.com/kward/shunit2) * [shspec](https://github.com/shpec/shpec) * [testlib.sh](https://gist.github.com/3877539) * [ts](https://github.com/thinkerbot/ts) From b2a2522c2c87b9a58d8a7f99a62d5d9fc1ade060 Mon Sep 17 00:00:00 2001 From: Anatoli Babenia Date: Mon, 17 Jun 2024 20:18:42 +0300 Subject: [PATCH 3/3] Add `lunchtoast` to alternatives --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 99eec8625..4a540df89 100644 --- a/README.md +++ b/README.md @@ -175,6 +175,7 @@ Here is a list of other shell testing libraries (sorted alphabetically): * [Bashtub](https://github.com/ueokande/bashtub) * [bats-core](https://github.com/bats-core/bats-core) (former [Bats](https://github.com/sstephenson/bats)) +* [lunchtoast](https://github.com/kamchatka-volcano/lunchtoast) * [Prysk](https://github.com/prysk/prysk) (former [Cram](https://bitheap.org/cram)) * [rnt](https://github.com/roman-neuhauser/rnt) * [roundup](https://github.com/bmizerany/roundup)