diff options
author | Oleg Iarygin <oleg@arhadthedev.net> | 2022-04-18 07:27:09 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-18 07:27:09 (GMT) |
commit | 804ea2da97af68366cdeceb30d3987f6d9f3e797 (patch) | |
tree | 7c70a27a78cec7d245ac4afdc3c8f06da1c18f66 /Misc | |
parent | 4c3b283e83459cf7224bbf353300099eba7a2c1c (diff) | |
download | cpython-804ea2da97af68366cdeceb30d3987f6d9f3e797.zip cpython-804ea2da97af68366cdeceb30d3987f6d9f3e797.tar.gz cpython-804ea2da97af68366cdeceb30d3987f6d9f3e797.tar.bz2 |
gh-91265: Make old ctypes.macholib tests runned by `python -m test` (gh-32094)
* Move tests from ctypes.macholib.dy* to ctypes.test
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Tests/2022-03-24-13-35-01.bpo-47109.FjKQCE.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2022-03-24-13-35-01.bpo-47109.FjKQCE.rst b/Misc/NEWS.d/next/Tests/2022-03-24-13-35-01.bpo-47109.FjKQCE.rst new file mode 100644 index 0000000..d0a402f --- /dev/null +++ b/Misc/NEWS.d/next/Tests/2022-03-24-13-35-01.bpo-47109.FjKQCE.rst @@ -0,0 +1,3 @@ +Test for :mod:`ctypes.macholib.dyld`, :mod:`ctypes.macholib.dylib`, and +:mod:`ctypes.macholib.framework` are brought from manual pre-:mod:`unittest` +times to :mod:`ctypes.test` location and structure. Patch by Oleg Iarygin. |