tests.pytest.session_overrides.session_locale.test_autouse_faker_seed
¶
TEST NOTES:
The following tests cover cases where a faker_session_locale
fixture was defined
by the user as well as a user-defined faker_seed
autouse fixture. 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.session_overrides.session_locale.test_autouse_faker_seed._CHANGED_SEED = 4761¶
- tests.pytest.session_overrides.session_locale.test_autouse_faker_seed.faker_locale()¶
- tests.pytest.session_overrides.session_locale.test_autouse_faker_seed.faker_seed()¶
- tests.pytest.session_overrides.session_locale.test_autouse_faker_seed.test_no_injection(_session_faker, faker)¶
- tests.pytest.session_overrides.session_locale.test_autouse_faker_seed.test_inject_faker_locale(_session_faker, faker, faker_locale)¶