Posts tagged “testing”
2026
Emacs Complete: Feedback Loops in Emacs, Feedback Loops in Computing
If it is representable as text, it can be moved into Emacs. And if Emacs renders as text, it can be moved into other processes to interpret the result, like snapshot tests, e.g. for automated regression testing. The loop is fully closed.
2025
Clickable Swift Testing Failure Messages in Emacs compile-mode
The swift test command-line invokation does not print unambiguous filenames for test failures, so we need to attempt to patch this from the console output ourselves like true hackers.
2024
As a software developer, I want to understand the code, so that I can implement changes for our users. How do we get there?
Developer Voices on Property-Based Testing Made Me Realize PBT’s Value
Maybe Kris Jenkins and Oskar Wickström made Property-Based Testing click for me. Here are my personal insights to maybe color you intrigued as well.
2023
Async XCTest Assertion Helpers
The missing XCTAssert helpers that support async calls: AsyncAssertTrue(try await shouldSucceed())
2021
XCTestExpectation via NSPredicate Is On a Slow Interval, Use This Instead
2019
Starting PHP Development in 2019: Project Setup and Dependencies
2018
2017
2016
Lifting Into a New Type: My first "Idiomatic" RxSwift Unit Test
How do You Really Mock Objects You Don't Own? You Replace Them with Adapters
1 Criterion to Determine if You Should Write Unit or UI Automation Tests
2015
Swift Protocol Extensions as Mixins – And How Do You Test That?
Testing Shorthand: Use a Subclass of the Real Object Under Test
Refactoring Legacy Code: Replace Free Function in Tests, Even Swift's Own Functions
How to Write Unit Tests for Storyboard-based Buttons in Swift
Test doubles for Core Data managed objects might not work as expected