From 382b1720ff270e39098bfc3d1bf5efa7b60b6293 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rk=20T=C3=B6r=C3=B6k?= Date: Sun, 28 Oct 2018 18:44:23 +0100 Subject: [PATCH 1/2] Add assert.sh Add assert.sh https://github.com/torokmark/assert.sh --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 86c081f..ec04c6d 100644 --- a/README.md +++ b/README.md @@ -289,7 +289,8 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos. *Tools for writing, improving, or organizing Bash or other shell scripts* * [ansi](https://github.com/fidian/ansi) - ANSI escape codes in pure bash - change text color, position the cursor, much more -* [assert.sh](https://github.com/lehmannro/assert.sh) - Bash unit testing framework +* [torokmark/assert.sh](https://github.com/torokmark/assert.sh) - Assertion lib for shell script users +* [lehmannro/assert.sh](https://github.com/lehmannro/assert.sh) - Bash unit testing framework * [bashful](https://github.com/plytophogy/bashful) - A collection of libraries to simplify writing Bash scripts * [Bashlets](https://bashlets.sh/) - A modular extensible toolbox for Bash * [bashmanager](https://github.com/lingtalfi/bashmanager) - mini bash framework for creating command line tools From b6d6a1cf5988803eeaff41209d67d87f2fa34c99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rk=20T=C3=B6r=C3=B6k?= Date: Sun, 28 Oct 2018 18:47:35 +0100 Subject: [PATCH 2/2] Add assert.sh Add https://github.com/torokmark/assert.sh --- README_ZH-CN.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README_ZH-CN.md b/README_ZH-CN.md index 53cdfb7..2aedd10 100644 --- a/README_ZH-CN.md +++ b/README_ZH-CN.md @@ -229,7 +229,8 @@ *用于编写、改进、及管理 Bash 或其它 shell 脚本的工具。* * [ansi](https://github.com/fidian/ansi) - 使用纯 Bash 实现的 ANSI 转义码,包括更改文本颜色、定位光标等等 -* [assert.sh](https://github.com/lehmannro/assert.sh) - Bash 单元测试框架 +* [torokmark/assert.sh](https://github.com/torokmark/assert.sh) - Assertion lib for shell script users +* [lehmannro/assert.sh](https://github.com/lehmannro/assert.sh) - Bash 单元测试框架 * [bashful](https://github.com/plytophogy/bashful) - 简化编写 Bash 脚本的库收集 * [bashmanager](https://github.com/lingtalfi/bashmanager) - 用来创建命令行工具的微型 Bash 框架 * [bats](https://github.com/bats-core/bats-core) - Bash 自动化测试系统