tests.pytest.test_autouse_faker_seed
¶
TEST NOTES:
The following tests cover cases where a faker_session_locale
fixture was not
defined by the user, but an autouse faker_seed
fixture was defined. In this
setup, the plugin’s DEFAULT_SEED
will be ignored, and Faker
instances will
be seeded using the value of faker_seed
. Said instances are still chosen in
accordance to how faker_locale
and faker_session_locale
interact with
each other.
Module Contents¶
Functions¶
|
|
|
Attributes¶
- tests.pytest.test_autouse_faker_seed._CHANGED_SEED = 4761¶
- tests.pytest.test_autouse_faker_seed.faker_locale()¶
- tests.pytest.test_autouse_faker_seed.faker_seed()¶
- tests.pytest.test_autouse_faker_seed.test_no_injection(_session_faker, faker)¶
- tests.pytest.test_autouse_faker_seed.test_inject_faker_locale(_session_faker, faker, faker_locale)¶