What does HackerNews think of bats-core?

Bash Automated Testing System

Language: Shell

#12 in Bash
#21 in Shell
#5 in Testing
#2 in Testing
I use Bats which is TAP-compliant (https://github.com/bats-core/bats-core) at work to test CIS Benchmark at servers, it's amazing.
And talking about tests... I recommend [bats](https://github.com/bats-core/bats-core) for testing! I'm slowly adding tests to my dotfiles using this.
I'm a BIG FAN of BATS (https://github.com/bats-core/bats-core) however sadly BATS is no longer being maintained ––good thing it's still working.
BATS is a testing framework, written in bash.

https://github.com/bats-core/bats-core

It's really nice for when you want to run/test a bunch of things in bash and have nice output and test suites.

>has been forked should anybody be interested https://github.com/bats-core/bats-core

Is this the maintained fork you've linked to?