This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author arhadthedev
Recipients arhadthedev
Date 2022-03-24.10:44:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1648118674.66.0.179855713714.issue47109@roundup.psfhosted.org>
In-reply-to
Content
Some tests for `ctypes.macholib.dyld` and all tests for `ctypes.macholib.dylib` and `ctypes.macholib.framework` are located outside of expected `ctypes.test` module and were not ported from `assert` to `unittest` facilities. This causes the following problems:

- the tests aren't run by `python -m test` so they are effectively dead
- an end user can run them by `python -m ctypes.macholib.dyld`, `python -m ctypes.macholib.dylib`, and `python -m ctypes.macholib.framework`
- they are available even if a user chose to install CPython without tests
History
Date User Action Args
2022-03-24 10:44:34arhadthedevsetrecipients: + arhadthedev
2022-03-24 10:44:34arhadthedevsetmessageid: <1648118674.66.0.179855713714.issue47109@roundup.psfhosted.org>
2022-03-24 10:44:34arhadthedevlinkissue47109 messages
2022-03-24 10:44:34arhadthedevcreate