./devel/py-dirty-equals, Core functionality for pydantic

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.7.1.post0, Package name: py311-dirty-equals-0.7.1.post0, Maintainer: pkgsrc-users

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.


Master sites:

Filesize: 47.713 KB

Version history: (Expand)


CVS history: (Expand)


   2024-01-30 22:07:56 by Adam Ciarcinski | Files touched by this commit (4)
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.