{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/6"},{"label":"Testing","url":"https://skillfed.io/packages/category/software-development-testing/2"}],"enrichment":{"capability":"Provides a fluent assertion API for writing readable unit test assertions in Python, supporting method chaining for cleaner test code.","skillfed_tags":["testing","unmaintained","fluent-api"],"use_cases":["Writing more readable unit tests with fluent assertion chains instead of nested assert statements","Migrating from verbose unittest assertions to a cleaner, method-chaining style within pytest or Nose","Testing collections and strings with readable predicates like .contains(), .starts_with(), .is_length()","Building test suites where assertion readability is a priority for team maintainability"],"what_it_does":"assertpy is a lightweight assertion library that adds a fluent, chainable API on top of Python's standard assertions for unit testing. Instead of writing flat assert statements, you chain readable method calls like .is_equal_to(), .starts_with(), and .contains() to build expressive test conditions. It has no runtime dependencies and works with test runners like pytest and Nose.\n\nThe library was last released on 2020-07-19 and is classified as Production/Stable, but the project shows signs of age\u2014the repository has not been actively maintained, and the latest classifiers only declare support up to Python 3.8. While it remains in the top popularity tier, relying on it for new projects means accepting that bug fixes and compatibility updates are unlikely.","worth_installing":"Yes, for existing projects already using it or for teams that prioritize assertion readability in test code. No, for new projects\u2014the package is unmaintained since 2020 and shows no active development. Modern alternatives like pytest's built-in assertions or other actively maintained fluent libraries are safer choices for long-term codebases."},"id":"assertpy","links":{"html":"https://skillfed.io/packages/assertpy","md":"https://skillfed.io/packages/assertpy.md","pypi":"https://pypi.org/project/assertpy/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2020-07-19","license_spdx":null,"license_treatment":"permissive","name":"assertpy","python_support":"unspecified","summary":"Simple assertion library for unit testing in python with a fluent API"},"popularity":{"monthly_downloads":885666,"position":4811,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"1.1"}
