Shell yeah" 😍 #bashunit

bashunit's tweet image. Shell yeah" 😍 #bashunit

🚀 Upgrade to #bashunit 0.20.0 for a faster, smarter Bash testing experience! 📦 github.com/TypedDevs/bash… 💡 Pro tip: run `bashunit --upgrade` to get the latest version instantly. 🙌 Feedback and contributions always welcome!

bashunit's tweet image. 🚀 Upgrade to #bashunit 0.20.0 for a faster, smarter Bash testing experience!
📦 github.com/TypedDevs/bash…
💡 Pro tip: run `bashunit --upgrade` to get the latest version instantly.
🙌 Feedback and contributions always welcome!

💫Si has usado alguna vez scripts de Bash y te has preguntado cómo hacer que funcione correctamente, ¡necesitas leer este artículo! Ricardo García nos explica en él las características y usos de #Bashunit y nos da motivos para usar esta herramienta😉 👇 bit.ly/3Sw19kx

leanfulness_es's tweet image. 💫Si has usado alguna vez scripts de Bash y te has preguntado cómo hacer que funcione correctamente, ¡necesitas leer este artículo!
Ricardo García nos explica en él las características y usos de #Bashunit y nos da motivos para usar esta herramienta😉
👇
bit.ly/3Sw19kx

Seeing our work with #bashunit helping other projects make their test suite more robust is a nice feeling. In this case, @phpstan is going to the next level having soon a new stable version 2.0! 🥳

bashunit's tweet image. Seeing our work with #bashunit helping other projects make their test suite more robust is a nice feeling. In this case, @phpstan is going to the next level having soon a new stable version 2.0! 🥳

By default, #bashunit derives the name shown in reports from the test function name. If you need a more descriptive title, you can override it inside the test using `set_test_title` github.com/TypedDevs/bash…

bashunit's tweet image. By default, #bashunit derives the name shown in reports from the test function name. If you need a more descriptive title, you can override it inside the test using `set_test_title` github.com/TypedDevs/bash…

Writing automated tests in #bash in now possible with #bashunit bashunit.typeddevs.com


🚀 Coming soon to #bashunit: snapshot assertions with partial ignore support! Need to skip dynamic parts like timestamps or dates? Just wrap them with `::ignore::` 🎯 Keep your snapshots flexible & focused. 🔍 See what’s changing: github.com/TypedDevs/bash…


🚀 bashunit 0.22.0 is out! 🧪 What's new: 🏁 --init to scaffold test setup 🔇 --no-output for silent runs ⏱ Fix time always showing 0 ms 🖥 Better terminal width detection ⚡️ Optimized clock & help display github.com/TypedDevs/bash… #bash #testing #bashunit


Writing Bash scripts? Don’t skip testing! Try @bashunit for fast, simple, and reliable unit tests. Save time, catch bugs early, and code with confidence! bashunit.typeddevs.com/quickstart#usa… #bash #testing #bashunit #opensource #software


"My Bash script broke prod again..." 😅 You should have used #bashunit! It’s like a bug zapper for your code. Zap zap, done! bashunit.typeddevs.com #bashunit #Scripting


Bash devs when they discover #bashunit: "Wait… you're telling me I can fail fast without set -e ruining my day?"


⏱️New feature cooking in #bashunit: Enabling creating benchmark testing to get timing stats for your scripts! Perfect for catching performance regressions. PR: github.com/TypedDevs/bash… #bash #testing #devtools


🧪 bashunit 0.23.0 is out! Packed with quality-of-life improvements for Bash testers 🫡 Here’s what’s new in this thread 👇 #bash #testing #bashunit


We bring glorious news! The fellowship of the #bashunit community stands strong, battling through the shadowed depths of Mount Doom to vanquish the cursed 🐛 bugs that lurk in its fiery chasms! 🔥


Bash devs when they discover #bashunit: "Wait… you're telling me I can fail fast without set -e ruining my day?"


🧪 bashunit 0.23.0 is out! Packed with quality-of-life improvements for Bash testers 🫡 Here’s what’s new in this thread 👇 #bash #testing #bashunit


By default, #bashunit derives the name shown in reports from the test function name. If you need a more descriptive title, you can override it inside the test using `set_test_title` github.com/TypedDevs/bash…

bashunit's tweet image. By default, #bashunit derives the name shown in reports from the test function name. If you need a more descriptive title, you can override it inside the test using `set_test_title` github.com/TypedDevs/bash…

🚀 bashunit 0.22.0 is out! 🧪 What's new: 🏁 --init to scaffold test setup 🔇 --no-output for silent runs ⏱ Fix time always showing 0 ms 🖥 Better terminal width detection ⚡️ Optimized clock & help display github.com/TypedDevs/bash… #bash #testing #bashunit


"My Bash script broke prod again..." 😅 You should have used #bashunit! It’s like a bug zapper for your code. Zap zap, done! bashunit.typeddevs.com #bashunit #Scripting


Writing Bash scripts? Don’t skip testing! Try @bashunit for fast, simple, and reliable unit tests. Save time, catch bugs early, and code with confidence! bashunit.typeddevs.com/quickstart#usa… #bash #testing #bashunit #opensource #software


⏱️New feature cooking in #bashunit: Enabling creating benchmark testing to get timing stats for your scripts! Perfect for catching performance regressions. PR: github.com/TypedDevs/bash… #bash #testing #devtools


🚀 Coming soon to #bashunit: snapshot assertions with partial ignore support! Need to skip dynamic parts like timestamps or dates? Just wrap them with `::ignore::` 🎯 Keep your snapshots flexible & focused. 🔍 See what’s changing: github.com/TypedDevs/bash…


🚀 Upgrade to #bashunit 0.20.0 for a faster, smarter Bash testing experience! 📦 github.com/TypedDevs/bash… 💡 Pro tip: run `bashunit --upgrade` to get the latest version instantly. 🙌 Feedback and contributions always welcome!

bashunit's tweet image. 🚀 Upgrade to #bashunit 0.20.0 for a faster, smarter Bash testing experience!
📦 github.com/TypedDevs/bash…
💡 Pro tip: run `bashunit --upgrade` to get the latest version instantly.
🙌 Feedback and contributions always welcome!

Time to make sure that Sh:erpa will update to #BashUnit 0.19.0 🎉


We bring glorious news! The fellowship of the #bashunit community stands strong, battling through the shadowed depths of Mount Doom to vanquish the cursed 🐛 bugs that lurk in its fiery chasms! 🔥


Writing automated tests in #bash in now possible with #bashunit bashunit.typeddevs.com


Basheando con #bashunit 🤓🤘🥳


It was a joke, as there is no --stress option in #bashunit... that said, such an option typically refers to a feature that allows you to "stress-test" the system/code.


Shell yeah" 😍 #bashunit

bashunit's tweet image. Shell yeah" 😍 #bashunit

Seeing our work with #bashunit helping other projects make their test suite more robust is a nice feeling. In this case, @phpstan is going to the next level having soon a new stable version 2.0! 🥳

bashunit's tweet image. Seeing our work with #bashunit helping other projects make their test suite more robust is a nice feeling. In this case, @phpstan is going to the next level having soon a new stable version 2.0! 🥳

Shell yeah" 😍 #bashunit

bashunit's tweet image. Shell yeah" 😍 #bashunit

And then you can use #bashunit standalone assertions directly from the terminal as well: bashunit.typeddevs.com/standalone

bashunit's tweet image. And then you can use #bashunit standalone assertions directly from the terminal as well: bashunit.typeddevs.com/standalone

Installing the #bashunit beta version couldn't be simpler 🤓 curl -s bashunit.typeddevs.com/install.sh \ | bash -s lib beta

bashunit's tweet image. Installing the #bashunit beta version couldn't be simpler 🤓

curl -s bashunit.typeddevs.com/install.sh \
  | bash -s lib beta

Did you know... that you can download #bashunit globally using @MacHomebrew? bashunit.typeddevs.com/installation#b…

bashunit's tweet image. Did you know... that you can download #bashunit globally using @MacHomebrew?  bashunit.typeddevs.com/installation#b…

Enabling pure #TDD in #bashunit! Fixed failing tests with "command not found": github.com/TypedDevs/bash…

bashunit's tweet image. Enabling pure #TDD in #bashunit! 
Fixed failing tests with "command not found": github.com/TypedDevs/bash…

🚀 Upgrade to #bashunit 0.20.0 for a faster, smarter Bash testing experience! 📦 github.com/TypedDevs/bash… 💡 Pro tip: run `bashunit --upgrade` to get the latest version instantly. 🙌 Feedback and contributions always welcome!

bashunit's tweet image. 🚀 Upgrade to #bashunit 0.20.0 for a faster, smarter Bash testing experience!
📦 github.com/TypedDevs/bash…
💡 Pro tip: run `bashunit --upgrade` to get the latest version instantly.
🙌 Feedback and contributions always welcome!

You can now create a #HTML report file that contains information about the test results of your #bashunit tests. Check this out: bashunit.typeddevs.com/command-line#r…

bashunit's tweet image. You can now create a #HTML report file that contains information about the test results of your #bashunit tests. Check this out: bashunit.typeddevs.com/command-line#r…

It looks like we got a new release: #bashunit 0.16 🥳 New contributors: @siraptarik and @MatheusMarabesi 👏

bashunit's tweet image. It looks like we got  a new release: #bashunit 0.16 🥳

New contributors: @siraptarik and @MatheusMarabesi 👏

When running #bashunit in parallel, it run each file in a child process. Each process creates its own directory and for each test inside it will create a file with the test results. After all child processes are done, then the main process will aggregate all data from all child.

bashunit's tweet image. When running #bashunit in parallel, it run each file in a child process. Each process creates its own directory and for each test inside it will create a file with the test results. After all child processes are done, then the main process will aggregate all data from all child.

My work in September, so far... #bashunit 🚀

Chemaclass's tweet image. My work in September, so far... #bashunit 🚀

By default, #bashunit derives the name shown in reports from the test function name. If you need a more descriptive title, you can override it inside the test using `set_test_title` github.com/TypedDevs/bash…

bashunit's tweet image. By default, #bashunit derives the name shown in reports from the test function name. If you need a more descriptive title, you can override it inside the test using `set_test_title` github.com/TypedDevs/bash…

Seeing our work with #bashunit helping other projects make their test suite more robust is a nice feeling. In this case, @phpstan is going to the next level having soon a new stable version 2.0! 🥳

bashunit's tweet image. Seeing our work with #bashunit helping other projects make their test suite more robust is a nice feeling. In this case, @phpstan is going to the next level having soon a new stable version 2.0! 🥳

The changing speed of the changelog is very satisfying 🥰 github.com/TypedDevs/bash… #bashunit #testing #bash

bashunit's tweet image. The changing speed of the changelog is very satisfying 🥰
github.com/TypedDevs/bash… #bashunit #testing #bash

💫Si has usado alguna vez scripts de Bash y te has preguntado cómo hacer que funcione correctamente, ¡necesitas leer este artículo! Ricardo García nos explica en él las características y usos de #Bashunit y nos da motivos para usar esta herramienta😉 👇 bit.ly/3Sw19kx

leanfulness_es's tweet image. 💫Si has usado alguna vez scripts de Bash y te has preguntado cómo hacer que funcione correctamente, ¡necesitas leer este artículo!
Ricardo García nos explica en él las características y usos de #Bashunit y nos da motivos para usar esta herramienta😉
👇
bit.ly/3Sw19kx

It was about time to unlock the power of minimalism and simple output rendering. Check this out: github.com/TypedDevs/bash… #bashunit #opensource #bash #testing #tdd #github

bashunit's tweet image. It was about time to unlock the power of minimalism and simple output rendering. Check this out: github.com/TypedDevs/bash…
#bashunit #opensource #bash #testing #tdd #github

With --verbose, you can see detailed information that #bashunit handles for both the entire test suite and individual tests. Super useful for debugging and understanding what’s happening internally! 🔍 #bash #testing #debugging

bashunit's tweet image. With --verbose, you can see detailed information that #bashunit handles for both the entire test suite and individual tests. Super useful for debugging and understanding what’s happening internally! 🔍 #bash #testing #debugging
bashunit's tweet image. With --verbose, you can see detailed information that #bashunit handles for both the entire test suite and individual tests. Super useful for debugging and understanding what’s happening internally! 🔍 #bash #testing #debugging

A sneak preview of the new feature I am working on for #bashunit: display the errors after the entire suite is executed. Thanks to @markusstaab, who gave me an idea of how to deal with this using temp files. Still, a couple of hours more to go... 😅 #bash 3.2

Chemaclass's tweet image. A sneak preview of the new feature I am working on for #bashunit: display the errors after the entire suite is executed. Thanks to @markusstaab, who gave me an idea of how to deal with this using temp files. Still, a couple of hours more to go... 😅 #bash 3.2

Having support for Windows is one of the hardest things we are doing with #bashunit, mainly because I have no windows at all, and it's very tricky to work with it. Also, the CI takes much more than Linux and macOS... what a nightmare 😂

Chemaclass's tweet image. Having support for Windows is one of the hardest things we are doing with #bashunit, mainly because I have no windows at all, and it's very tricky to work with it. Also, the CI takes much more than Linux and macOS... what a nightmare 😂

Loading...

Something went wrong.


Something went wrong.


United States Trends