#bashunit search results
🚀 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!
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! 🥳
💫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
#bash #testing #bashunit #integration #devops #tdd #qa #ci #automation #shell #cli #buildtools #devtools #developers #programming #engineering #community #opensource #software
Add the min supported #Bash version check #bashunit github.com/TypedDevs/bash…
Add support for *.bash test files in #bashunit github.com/TypedDevs/bash…
🚀 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…
Writing automated tests in #bash in now possible with #bashunit bashunit.typeddevs.com
🚀 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
⏱️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
"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
Bash devs when they discover #bashunit: "Wait… you're telling me I can fail fast without set -e ruining my day?"
In our latest release we fixed support for @nixos_org ! github.com/TypedDevs/bash… #bash #testing #bashunit
#bash #testing #bashunit #integration #devops #tdd #qa #ci #automation #shell #cli #buildtools #devtools #developers #programming #engineering #community #opensource #software
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…
In our latest release we fixed support for @nixos_org ! github.com/TypedDevs/bash… #bash #testing #bashunit
Add the min supported #Bash version check #bashunit github.com/TypedDevs/bash…
Add support for *.bash test files in #bashunit 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!
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
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.
Installing the #bashunit beta version couldn't be simpler 🤓 curl -s bashunit.typeddevs.com/install.sh \ | bash -s lib beta
And then you can use #bashunit standalone assertions directly from the terminal as well: bashunit.typeddevs.com/standalone
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…
🚀 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!
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.
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…
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…
It looks like we got a new release: #bashunit 0.16 🥳 New contributors: @siraptarik and @MatheusMarabesi 👏
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
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 😂
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
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
💫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
Something went wrong.
Something went wrong.
United States Trends
- 1. Grammy 374K posts
- 2. #FliffCashFriday 1,342 posts
- 3. Dizzy 10.3K posts
- 4. James Watson 6,196 posts
- 5. Clipse 21.9K posts
- 6. #NXXT 1,105 posts
- 7. Kendrick 64.1K posts
- 8. #GOPHealthCareShutdown 9,106 posts
- 9. #FursuitFriday 12.4K posts
- 10. Orban 44.8K posts
- 11. Darryl Strawberry 1,094 posts
- 12. Thune 74.3K posts
- 13. Chase 88.9K posts
- 14. AOTY 22.9K posts
- 15. Leon Thomas 21.7K posts
- 16. Carmen 48.2K posts
- 17. addison 32.7K posts
- 18. Alfredo 2 1,109 posts
- 19. olivia dean 16.4K posts
- 20. Katseye 123K posts