Fix unit tests for Bazaar on Python 3.x.

Review Request #10464 — Created March 21, 2019 and submitted — Latest diff uploaded

Information

RBTools
master

Reviewers

We had some tests for Bazaar that tried writing the wrong string type to
a file. This change updates the file writing to ensure we're writing
byte strings exclusively.

Unit tests pass on all supported Python versions.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Fix unit tests for Bazaar on Python 3.x.
We had some tests for Bazaar that tried writing the wrong string type to a file. This change updates the file writing to ensure we're writing byte strings exclusively.
f7f00c8c9e5fc8ea042e45a8a63c490122b602cd Christian Hammond
rbtools/clients/tests/test_bzr.py
Loading...