#bashunit kết quả tìm kiếm
🚀 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
                                            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…
                                            #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…
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
In our latest release we fixed support for @nixos_org ! 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
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
#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.
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
                                            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!
                                            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 👏
                                            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.
                                            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! 🥳
                                            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
                                            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
                                            
                                            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 😂
                                            Something went wrong.
Something went wrong.
United States Trends
- 1. Cowboys 68.3K posts
 - 2. Nick Smith Jr 10.1K posts
 - 3. Kawhi 4,254 posts
 - 4. Cardinals 30.6K posts
 - 5. #LakeShow 3,373 posts
 - 6. #WWERaw 61.5K posts
 - 7. Jerry 45K posts
 - 8. Kyler 8,371 posts
 - 9. Blazers 7,803 posts
 - 10. Logan Paul 10.1K posts
 - 11. No Luka 3,515 posts
 - 12. Jonathan Bailey 21.5K posts
 - 13. Jacoby Brissett 5,559 posts
 - 14. Pickens 6,652 posts
 - 15. Cuomo 173K posts
 - 16. Valka 4,776 posts
 - 17. Koa Peat 6,262 posts
 - 18. #WeTVAlwaysMore2026 123K posts
 - 19. Dalex 2,482 posts
 - 20. Bronny 14.6K posts