Faker integration for pytest framework.
Project description
faker integration the pytest test runner
pytest-faker adds faker fixtures for easy use of faker for your tests under pytest runner.
Install pytest-faker
pip install pytest-faker
Example
An example of faker and pytest integration.
tests/test_faker.py:
from faker.generator import Generator
def test_faker(faker):
"""Faker factory is a fixture."""
assert isinstance(faker, Generator)
assert isinstance(faker.name(), str)
License
This software is licensed under the MIT license.
© 2015 Anatoly Bubenkov, Oleg Pidsadnyi and others
Changelog
1.0.0
initial release (bubenkoff)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pytest-faker-1.0.0.tar.gz
(2.7 kB
view hashes)