summaryrefslogtreecommitdiffstats
path: root/Lib/test/support/hashlib_helper.py
Commit message (Collapse)AuthorAgeFilesLines
* bpo-45042: Now test classes decorated with `requires_hashdigest` are not ↵Nikita Sobolev2021-09-041-3/+16
| | | | | | skipped (GH-28060) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
* bpo-40275: Move requires_hashdigest() to test.support.hashlib_helper (GH-19716)Hai Shi2020-04-291-0/+38
Add a new test.support.hashlib_helper submodule.