]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-91265: Make old ctypes.macholib tests runned by `python -m test` (gh-32094)
authorOleg Iarygin <oleg@arhadthedev.net>
Mon, 18 Apr 2022 07:27:09 +0000 (10:27 +0300)
committerGitHub <noreply@github.com>
Mon, 18 Apr 2022 07:27:09 +0000 (09:27 +0200)
commit804ea2da97af68366cdeceb30d3987f6d9f3e797
tree7c70a27a78cec7d245ac4afdc3c8f06da1c18f66
parent4c3b283e83459cf7224bbf353300099eba7a2c1c
gh-91265: Make old ctypes.macholib tests runned by `python -m test` (gh-32094)

* Move tests from ctypes.macholib.dy* to ctypes.test
Lib/ctypes/macholib/dyld.py
Lib/ctypes/macholib/dylib.py
Lib/ctypes/macholib/framework.py
Lib/ctypes/test/test_macholib.py
Misc/NEWS.d/next/Tests/2022-03-24-13-35-01.bpo-47109.FjKQCE.rst [new file with mode: 0644]