{"library":"pytest-faker","title":"pytest-faker","description":"pytest-faker is a plugin for pytest that provides access to Faker fixtures for generating fake data in tests. Current version is 2.0.0. The library is actively maintained by the pytest-dev organization, with releases following changes to Faker and pytest.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install pytest-faker"],"cli":null},"imports":["def test_example(faker):"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import pytest\n\ndef test_name(faker):\n    name = faker.name()\n    assert isinstance(name, str)\n\ndef test_email(faker):\n    email = faker.email()\n    assert '@' in email\n","lang":"python","description":"Write a test that uses the 'faker' fixture to generate fake data. No imports needed beyond pytest.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}