]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-107862: Add property-based round-trip tests for base64 (#119406)
authorPetr Viktorin <encukou@gmail.com>
Wed, 17 Sep 2025 13:40:35 +0000 (15:40 +0200)
committerGitHub <noreply@github.com>
Wed, 17 Sep 2025 13:40:35 +0000 (13:40 +0000)
commit5df6a568e172e45933d1cb26f90e6e57b4bbe0a6
tree8c2781df4b63e6b908c724897acc74df5b229b8c
parent76b22978bcca4a9607523ba36b9c04ec3ba119bd
gh-107862: Add property-based round-trip tests for base64 (#119406)

* Add property-based tests to test_base64

* Allow multiple positional arguments in @hypothesis.example stub

* Simplify the altchars strategy
Lib/test/support/_hypothesis_stubs/__init__.py
Lib/test/test_base64.py