summaryrefslogtreecommitdiff
path: root/taskflow/tests/unit/test_utils_binary.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove sixTakashi Kajinami2022-05-181-11/+6
| | | | | | | | This library no longer supports Python 2, thus usage of six can be removed. This also removes workaround about pickle library used in Python 2 only. Change-Id: I19d298cf0f402d65f0b142dea0bf35cf992332a9
* Fix order of assertEqual for unit.test_*lin-hua-cheng2015-10-171-7/+7
| | | | | | | First parameter should be the expected value. Change-Id: I2941296e38c3245da298cc64aeb5636fbc4b2eb6 Partial-Bug: #1357117
* Remove extraneous vim configuration commentsyangxurong2014-02-141-2/+0
| | | | | | | | | Remove line containing comment - # vim: tabstop=4 shiftwidth=4 softtabstop=4 Change-Id: I7581cc88b8de433d5609ed06c6570b0b45c13573 Closes-Bug:#1229324
* Add utilities for working with binary dataIvan A. Melnikov2014-01-241-0/+107
This utilities help to mitigate differences between Python 2 and Python 3 when it comes to encoding and decoding binary data. They will be widely useful across taskflow, including ZooKeeper logbook and storage backend patches. Initially from change I1de1525df0deee612fb14ca36f0415ea7d2f707c by Joshua Harlow, reworked for better handling of non-ascii characters. Change-Id: I4136fd6d7e55b716b0ba5eab838d17a77095c726