greg.tests: lower faker logging verbosity
The faker module spams the logs from test runs with needless messages such as these: INFO:faker.factory:Provider `faker.providers.address` has been localized to `en_US`. INFO:faker.factory:Provider `faker.providers.automotive` has been localized to `en_US`. WARNING:faker.factory:Specified locale `en_US` is not available for provider `faker.providers.bank`. Locale reset to `en_GB` for this provider. By lowering the test logging verbosity of this module in pytest's conftests.py, we silence these. Fixes: GREG-14
parent
27c34be9
No related branches found
No related tags found
greg/tests/conftest.py
0 → 100644
Please register or sign in to comment