Files
pytest2/testing
Bruno Oliveira 19e99ab413 Integrate warnings filtering directly into Config (#7700)
Warnings are a central part of Python, so much that Python itself has
command-line and environtment variables to handle warnings.

By moving the concept of warning handling into Config, it becomes natural to
filter warnings issued as early as possible, even before the "_pytest.warnings"
plugin is given a chance to spring into action. This also avoids the weird
coupling between config and the warnings plugin that was required before.

Fix #6681
Fix #2891
Fix #7620
Fix #7626
Close #7649

Co-authored-by: Ran Benita <ran@unusedvar.com>
2020-09-04 11:57:15 -03:00
..
2020-08-04 09:59:46 +03:00
2020-08-03 10:10:43 +03:00
2020-08-19 08:14:28 -03:00
2020-07-21 21:21:09 +03:00
2020-08-04 09:59:46 +03:00