{"categories":[{"label":"Libraries","url":"https://skillfed.io/packages/category/software-development-libraries/10"},{"label":"Utilities","url":"https://skillfed.io/packages/category/utilities/11"},{"label":"Testing","url":"https://skillfed.io/packages/category/software-development-testing/6"}],"enrichment":{"capability":"Provides pytest fixtures that integrate the Faker library for generating fake data in test functions.","skillfed_tags":["abandoned","test-fixtures"],"use_cases":["Generate fake names, addresses, or email addresses in unit tests without manual Faker instantiation.","Create consistent test data across multiple test functions using a shared session-scoped faker fixture.","Reduce boilerplate in test files by relying on pytest's fixture injection instead of explicit Faker setup."],"what_it_does":"pytest-faker is a thin integration layer that exposes the Faker library as a pytest fixture, allowing test functions to receive a Faker generator instance by declaring a `faker` parameter. Instead of instantiating Faker manually in each test, you get it injected as a session-scoped fixture, simplifying the setup of fake data generation for testing.\n\nThe package has been unmaintained since its latest release on 2016-12-19 and carries no runtime dependencies beyond pytest and Faker themselves. Its age and lack of updates create significant uncertainty about compatibility with modern versions of either tool.","worth_installing":"No. The package is abandoned (latest release 2016-12-19, last commit 2020-05-14) with high install friction, making it risky. Faker likely now provides native pytest integration or the community has moved to maintained alternatives. Verify current Faker documentation before considering this package."},"id":"pytest-faker","links":{"html":"https://skillfed.io/packages/pytest-faker","md":"https://skillfed.io/packages/pytest-faker.md","pypi":"https://pypi.org/project/pytest-faker/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2016-12-19","license_spdx":null,"license_treatment":"permissive","name":"pytest-faker","python_support":"unspecified","summary":"Faker integration with the pytest framework."},"popularity":{"monthly_downloads":88524,"position":13720,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"2.0.0"}
