Manning's Serious Web Development eBook Bundle on @humblebundle.com ends in 18 hours.
www.humblebundle.com/books/seriou...
#books #ref #deals #react #javascript #ai #apis #rustlang #unittesting #typescript
Humble Tech Book Bundle: Serio...

Manning's Serious Web Development eBook Bundle on @humblebundle.com ends in 18 hours.
www.humblebundle.com/books/seriou...
#books #ref #deals #react #javascript #ai #apis #rustlang #unittesting #typescript
Humble Tech Book Bundle: Serio...
https://dev.to/ashutoshsarangi/react-unit-testing-using-vitest-3926 - #Vitest with #React is a great #UnitTesting system. Nice getting started walk-through https://www.linkedin.com/in/ashutosh-sarangi-4a220a138/.
Unit tests are safety nets. They catch regressions before users do, document expected behavior, and give you confidence to refactor & ship faster. Every test today saves hours of bug-hunting tomorrow. #PHP #UnitTesting #DevOps
via @dotnet : 5 Copilot Chat Prompts .NET Devs Should Steal Today
https://ift.tt/GMD8cvr
#DotNet #GitHubCopilot #AI #SoftwareDevelopment #CodingTips #DevTools #UnitTesting #AsyncProgramming #Security #MockData #Programming #CSharp #DeveloperCommunity #TechInnova…
Automated tests in my survival mode quest plugin :D
Now I just have to write more of em
https://github.com/sammypanda/MCJE-PlayerQuests-Plugin/pull/169
@encthenet Oh darn, yeah that's mildly annoying of numpy. But there's still the regular temporary file handling. Who knows, working with in-memory fake files may not even make a significant difference if you could do it, compared to temporary files if they live on, say, a shared memory partition.
That won't work. It says so in the docs:
> pyfakefs will not work with Python libraries that use C libraries to access the file system.
Which is what numpy is doing.
@encthenet @rachelplusplus Dunno if you've considered this, or would consider it, but pytest has a plugin, pytest-fakefs (https://github.com/pytest-dev/pyfakefs), that implements an in-memory filesystem complete with file objects that you can use to test file handling code without having to put things on disk. IMO the plugin ecosystem for handling things like this is one of pytest's biggest advantages over unittest.
Or if you prefer, pytest also has built-in functionality that makes working with temporary files pretty easy.
A couple weeks ago, I gave a talk at @omt_conf on What's New in Testing. That talk was recorded, but while I wait for it to be edited and published, I published an edited (and updated!) version of my speaker notes from that talk.
There's a lot new in testing since last year. I'm still surprised there wasn't a WWDC video about all the new things you can do.
https://rachelbrindle.com/2025/06/26/whats-new-in-testing-swift-6-2/
I made a small tool called SpecSCAD to help write unit tests for #OpenSCAD functions using a #BDD-style syntax (describe, it, expect), inspired by Mocha/Jest. #UnitTesting
It runs @OpenSCAD in headless mode via Bash and outputs simple pass/fail results. No external dependencies beyond OpenSCAD + Bash.
It’s very lightweight, but can help to catch issues early in function-heavy code. Maybe it’s useful to others too — feedback welcome!
@nedbat I'm used to JUnit's assertEquals(expected, butgot) and it prints
Expected <<<x>>> but got <<<b>>>
Which is slightly better when you have long chunks of output (HTML and XML), butgot will be at the end instead of buried a page or two up. For short answers it doesn't matter.
#unitTesting #extremeProgramming #soExtreme!
My talk at OneMoreThing 2024 on #UnitTesting #SwiftUI and #SwiftConcurrency was recorded, but has yet to be edited and uploaded.
Last night, I published an edited form of my speaker notes from that talk to my blog.
https://blog.rachelbrindle.com/2025/06/12/testing-swiftui-and-swiftconcurrency/
Video 3 is out. You don't want the app launching (and mucking with networking, persistence, and analytics) during tests, do you? #Xcode #UnitTesting #SwiftUI https://www.youtube.com/watch?v=SSM2_a0_yIk
Check out video 2 in my new series #Xcode #UnitTesting https://youtu.be/r21JXSQtvgs
Why Property Testing Finds Bugs Unit Testing Does Not (2021)
https://buttondown.com/hillelwayne/archive/why-property-testing-finds-bugs-unit-testing-does/
The next steps for the #PACT testing processes in a standard #Python #UnitTesting framework after the base functionality was initially established in v.0.0.3.
https://goblinfish-code.blogspot.com/2025/05/next-steps-after-v003.html