py3: fix .write() calls in few tests...
py3: fix .write() calls in few tests
This patch adds b'' prefixes to make sure we write bytes and add `and None` in
the end to suppress the output by .write() calls.
Differential Revision:
https://phab.mercurial-scm.org/D3610