Semantic Unit Testing
April 09, 2025 ·
18 mins · 3350 words
Left Wallapop a couple of weeks ago, heading to RevenueCat soon. In that classic ‘between jobs’ hacking window, I built suite: a Python library for semantic unit testing. What’s semantic unit testing? Think unit tests that understand context and meaning, not just assert obj == expected. Sound interesting? I’ll break down what semantic unit testing is, how suite works under the hood, and how you can integrate it.
What’s semantic unit testing?
Semantic unit te...
Read more at alexmolas.com