]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Simplify testing the warning filename (GH-91868)
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 24 Apr 2022 07:23:59 +0000 (10:23 +0300)
committerGitHub <noreply@github.com>
Sun, 24 Apr 2022 07:23:59 +0000 (10:23 +0300)
commit090721721b373c50544d297b56c217cf15992cbe
treeeac831fb9a94fa4fec902c6dda217c60abfcc38d
parentb4e048411f4c62ad7343bca32c307f0bf5ef74b4
Simplify testing the warning filename (GH-91868)

The context manager result has the "filename" attribute.
Lib/test/test_asyncio/test_events.py
Lib/test/test_asyncio/test_futures.py
Lib/test/test_asyncio/test_streams.py
Lib/test/test_asyncio/test_tasks.py
Lib/test/test_re.py
Lib/unittest/test/test_async_case.py
Lib/unittest/test/test_case.py
Lib/unittest/test/test_loader.py