faker.contrib.pytest.plugin
¶
Module Contents¶
Functions¶
|
Fixture that stores the session level |
|
Fixture that returns a seeded and suitable |
Attributes¶
- faker.contrib.pytest.plugin.DEFAULT_SEED = 0¶
- faker.contrib.pytest.plugin._session_faker(request)¶
Fixture that stores the session level
Faker
instance.This fixture is internal and is only meant for use within the project. Third parties should instead use the
faker
fixture for their tests.
- faker.contrib.pytest.plugin.faker(request)¶
Fixture that returns a seeded and suitable
Faker
instance.