All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Exploring the Golden Testing Feature in uTest 0.9.0

By

lihaoyi

10mo ago· 10 min readen

Summary

The article discusses the newly-added Golden testing feature in uTest 0.9.0, a small unit testing library focused on simplicity and convenience. It explains the motivation behind the feature, its functionality, and internal workings, inspired by a Jane Street blog post. The author, Haoyi, is a software engineer known for open-source Scala tools like Ammonite REPL and Mill Build Tool.

Key quotes

· 3 pulled
This blog post explores the Golden testing feature newly-added in uTest 0.9.0: why it is necessary, what it does, and how it works internally.
This feature was inspired by the Jane Street blog post 'What if writing tests was a joyful experience.'
uTest is a small unit testing library I maintain that aims for simplicity and convenience.
Snippet from the RSS feed
uTest is a small unit testing library I maintain that aims for simplicity and convenience. This blog post explores the Golden testing feature newly-added in uTest 0.9.0: why it is necessary, what it does, and how it works internally. This feature was insp

You might also wanna read