A standalone assertions library providing a rich set of assertion functions beyond unittest, with support for JSON subset checking, datetime assertions, regex, and context managers. Current version 0.14.0, requires Python >=3.10, released irregularly.
pip install assertsVerified import paths — ran on the pinned version, not inferred.
Basic usage: use assert_equals for equality, assert_raises as a context manager for exception testing.
Upgrade to Python 3.10+ or pin asserts<0.14.0.
Replace Exists with Present for existence or Absent for non-existence.
Use 'with assert_raises(Exception):' pattern.
Ensure datetime arguments are naive or adjust exception handling.
No dependency data recorded yet.