#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
"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?"
⏱️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
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
github.com
Release 0.22.3 · TypedDevs/bashunit
What's Changed 🐛 Bug Fixes Fix NixOS support #456 #457 Thanks for the hints and help @drupol ! 🫂 Contributors @Chemaclass Full Changelog: 0.22.2...0.22.3 checksum: efae498584b4f11cd05e4a...
Add the min supported #Bash version check #bashunit github.com/TypedDevs/bash…
Add support for *.bash test files in #bashunit github.com/TypedDevs/bash…
github.com
Add support for .bash test files by Chemaclass · Pull Request #459 · TypedDevs/bashunit
📚 Description Currently, only *test.sh files with sh extension are loaded as test files. We should support also .bash extension. Idea from @akinomyoga, thanks! 🔖 Changes Extended file discovery ...
🚀 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
github.com
Add benchmark feature by Chemaclass · Pull Request #422 · TypedDevs/bashunit
🔖 Changes Add benchmark feature ✅ To-do list I updated the CHANGELOG.md to reflect the new feature or fix I updated the documentation to reflect the changes
🚀 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…
github.com
Support placeholder ignore in snapshots by Chemaclass · Pull Request #423 · TypedDevs/bashunit
📚 Description You might want to assert snapshots with custom text to be ignore, like date or time. 🔖 Changes Support using ::ignore:: as placeholder to ignore in the snapshots ✅ To-do list I u...
🚀 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…
🚀 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!
Enabling pure #TDD in #bashunit! Fixed failing tests with "command not found": github.com/TypedDevs/bash…
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…
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! 🥳
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…
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. Broncos 63K posts
- 2. Bo Nix 17.4K posts
- 3. yeonjun 162K posts
- 4. Geno 17.8K posts
- 5. $SMILEY N/A
- 6. Sean Payton 4,573 posts
- 7. #TNFonPrime 3,948 posts
- 8. Kenny Pickett 1,486 posts
- 9. DANIELA 32.1K posts
- 10. #NOLABELS_PART01 65.1K posts
- 11. Chip Kelly 1,926 posts
- 12. Jalen Green 6,811 posts
- 13. Bradley Beal 3,248 posts
- 14. NO LABELS NOVEMBER 23K posts
- 15. Pete Carroll 1,835 posts
- 16. TALK TO YOU OUT NOW 22.9K posts
- 17. #criticalrolespoilers 4,276 posts
- 18. Troy Franklin 2,387 posts
- 19. Jeanty 6,423 posts
- 20. byers 27.6K posts