this post was submitted on 16 Nov 2024
1 points (100.0% liked)
General Programming Discussion
7814 readers
7 users here now
A general programming discussion community.
Rules:
- Be civil.
- Please start discussions that spark conversation
Other communities
Systems
Functional Programming
Also related
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I’ve recently switched from a Java-exclusive team to a Python-exclusive one, and this is the one thing I truly miss: An actively-maintained library for clear, extensible, fluent assertions. Being back to the likes of
assertEquals
is fine and all, but not as powerful or concise.