]> granicus.if.org Git - python/commit
Add new tests for bytes and bytearray constructors. (GH-9843)
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 13 Oct 2018 17:39:45 +0000 (20:39 +0300)
committerGitHub <noreply@github.com>
Sat, 13 Oct 2018 17:39:45 +0000 (20:39 +0300)
commit1a997eb291fdc5f5606c898fffbde61d899ed762
tree4acbee1168abe9bf0b8c6a3eef74fb0894f741a2
parenta486a4712c3357250dbebb55ee74d2693dd79148
Add new tests for bytes and bytearray constructors. (GH-9843)

Covered all special cases: bytes, tuple, list, differend
kinds of iterables and iterators.
Lib/test/test_bytes.py