Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-41943: Fix bug where assertLogs doesn't correctly filter messages… ↵ | Irit Katriel | 2020-11-02 | 1 | -0/+1 |
| | | | | | | | | | (GH-22565) … by level @vsajip , @pitrou Automerge-Triggered-By: GH:vsajip | ||||
* | bpo-39385: Add an assertNoLogs context manager to unittest.TestCase (GH-18067) | Kit Choi | 2020-07-01 | 1 | -6/+22 |
| | | | Co-authored-by: Rémi Lapeyre <remi.lapeyre@henki.fr> | ||||
* | bpo-40275: Avoid importing logging in test.support (GH-19601) | Serhiy Storchaka | 2020-04-25 | 1 | -0/+69 |
Import logging lazily in assertLogs() in unittest. Move TestHandler from test.support to logging_helper. |