bashunit VS bats-core

Compare bashunit vs bats-core and see what are their differences.

bashunit

A simple testing library for bash scripts. Test your bash scripts in the fastest and simplest way, discover the most modern bash testing library. (by TypedDevs)
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
bashunit bats-core
2 24
315 4,896
7.9% 1.1%
9.7 8.8
3 days ago 10 days ago
Shell Shell
MIT License GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

bashunit

Posts with mentions or reviews of bashunit. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-26.

bats-core

Posts with mentions or reviews of bats-core. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-05-21.
  • Amber – the programming language compiled to Bash
    13 projects | news.ycombinator.com | 21 May 2024
    > need to know of a million tiny gotchas to implement even the simplest task safely and portably

    While this is clearly exaggeration, I'm not sure I find much merit in the argument.

    C is full of gotchas, footguns, and a tremendous threat vector. But it is also the standard for many uses.

    Yes, bash has legacy cruft, and potentially confusing ways of doing things. But for the realm in which it operates, it is extremely effective. We can make an argument for what we believe the perfect shell scripting language would be--but that doesn't exist. Bash is the current tool for addressing this category of problems.

    The intention of this bullet point was to illustrate that just as I wouldn't work in an industry/role requiring C tools, and instead turn to some weird, novel, riddled-with-problems transpiler... I'd just learn C.

    (P.S., bats[0] and shellcheck[1] address many problems noted in this thread.)

      [0] https://github.com/bats-core/bats-core
  • BATS 1.11.0 released
    1 project | news.ycombinator.com | 27 Mar 2024
  • Test Anything Protocol (Tap)
    2 projects | news.ycombinator.com | 5 Oct 2023
    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.
  • Bashunit
    2 projects | news.ycombinator.com | 26 Sep 2023
  • How to get code coverage data out of integration tests
    2 projects | /r/rust | 29 May 2023
    I'm working on a project that utilizes the standard Rust unit tests for some of its tests. However, most of the testing is done through integration tests with Bats (https://github.com/bats-core/bats-core). The Bats tests just run the binary. Is it possible to get code coverage data out of these tests somehow?
  • First time writing bash scripts for work, not sure if this is true elsewhere
    3 projects | /r/ProgrammerHumor | 21 May 2023
    There's Bat for automated bash testing. Used it a couple of times! https://github.com/bats-core/bats-core
  • Integration testing docs in GitHub Actions
    6 projects | dev.to | 29 Mar 2023
    Bats (Bash Automated Testing System) plus assertion libraries for kubectl
  • Unix bash scripting versus Python - any resources out there for comparisons?
    5 projects | /r/Python | 24 Feb 2023
    Bash has a testing library. I think it's called BATS (not builtin though).
  • Testing Terraform infra - terratest alternatives?
    3 projects | /r/devops | 8 Feb 2023
    I'm considering something like BATS, but maybe there are other specialized tools? Ofc I could just write some bash myself and add to that as the time goes on, but there has to be a better way.
  • asdf banned_commands
    3 projects | news.ycombinator.com | 29 Oct 2022
    If you were as confused as I was where "run" is defined and how "output" gets set, and what the heck the bats extension is:

    (1) and (2) are answered here:

    https://github.com/bats-core/bats-core/blob/master/lib/bats-...

    (3) bash automatic testing system.

What are some alternatives?

When comparing bashunit and bats-core you can also consider the following projects:

jsonlite - A simple, self-contained, serverless, zero-configuration, json document store.

shunit2 - shUnit2 is a xUnit based unit test framework for Bourne based shell scripts.

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured