Path to this page:
./
devel/py-dirty-equals,
Core functionality for pydantic
Branch: CURRENT,
Version: 0.8.0,
Package name: py312-dirty-equals-0.8.0,
Maintainer: pkgsrc-usersdirty-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: 49.115 KB
Version history: (Expand)
- (2024-08-14) Updated to version: py312-dirty-equals-0.8.0
- (2024-01-30) Package added to pkgsrc.se, version py311-dirty-equals-0.7.1.post0 (created)
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.
|