Path to this page:
Subject: CVS commit: pkgsrc/devel/py-dirty-equals
From: Adam Ciarcinski
Date: 2024-01-30 22:07:56
Message id: 20240130210756.805D9FA42@cvs.NetBSD.org
Log Message:
py-dirty-equals: added version 0.7.1.post0
dirty-equals is a python library that (mis)uses the __eq__ method to make
python code (generally unit tests) more declarative and therefore easier to
read and write.
dirty-equals can be used in whatever context you like, but it comes into its
own when writing unit tests for applications where you're commonly checking the
response to API calls and the contents of a database.
Files: