Files
pytest2/testing
Alex Lambson ba32a3bd87 Handle disabled logging in 'caplog.set_level' and 'caplog.at_level' (#8758)
Forces requested `caplog` logging levels to be enabled if they were disabled via `logging.disable()`

`[attr-defined]` mypy error ignored in `logging.py` because there were existing errors with the imports
and `loggin.Logger.manager` is an attr set at runtime. Since it's in the standard lib I can't really fix that.

Ignored an attr-defined error in `src/_pytest/config/__init__.py` because the re-export is necessary.

Fixes #8711
2023-05-18 10:18:59 -03:00
..
2022-11-15 08:53:23 -03:00
2021-03-07 15:01:39 +01:00
2020-08-03 10:10:43 +03:00
2023-01-04 10:30:28 +01:00
2023-03-17 21:58:26 +01:00
2022-10-14 13:53:06 -04:00
2020-10-05 18:33:17 -07:00
2021-12-28 10:11:35 +01:00
2021-12-27 09:23:15 -03:00