{"categories":[{"label":"Testing","url":"https://skillfed.io/packages/category/software-development-testing/3"}],"enrichment":{"capability":"Collects multiple assertion failures in a test without stopping execution, then reports them all at the end via a single call or decorator.","skillfed_tags":["testing-utilities","assertion-helpers"],"use_cases":["Validate multiple related conditions in a single test without stopping at the first failure","Batch-check API response fields or data structure properties to see all mismatches at once","Run parameterized test assertions where you want to collect all failures before stopping","Simplify test output by grouping related assertion failures into one report","Integrate soft assertions into existing unittest or pytest suites without framework changes"],"what_it_does":"Delayed-assert is a lightweight testing utility that lets you accumulate assertion failures instead of stopping at the first one. It works with any testing framework (unittest, pytest, etc.) by wrapping assertions in `expect()` calls, then reporting all failures together when you call `assert_expectations()`. You can also use it as a decorator or context manager to avoid the explicit final call.\n\nThe package has no external dependencies and integrates cleanly into existing test suites. It supports both simple boolean expressions and lambda-wrapped framework assertions, making it useful for tests that need to validate multiple conditions and report all problems in one batch rather than failing on the first mismatch.","worth_installing":"Yes, if you need soft assertions in your test suite and can tolerate the unclear license status. The package is dependency-free, low-friction to install, and works with any testing framework. However, verify the license terms first, and note that maintenance is aging\u2014last commit was 250 days ago\u2014so expect slower updates if issues arise."},"id":"delayed-assert","links":{"html":"https://skillfed.io/packages/delayed-assert","md":"https://skillfed.io/packages/delayed-assert.md","pypi":"https://pypi.org/project/delayed-assert/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2025-12-07","license_spdx":null,"license_treatment":"unclear","name":"delayed-assert","python_support":"unspecified","summary":"Delayed/soft assertions for python"},"popularity":{"monthly_downloads":505326,"position":6292,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.4.2"}
