Mercurial > hg
comparison tests/test-push-checkheads-partial-C3.t @ 41497:3028b4073be1
tests: convert ParseError arguments to str on Python 3
Arguments internally are bytes. Printing the exception on Python 3
will include b'' prefixes. This test file uses a .out file, which
doesn't support conditional output. The easiest way to get this to
pass on Python 3 is to normalize the exception before printing so
there are no b'' prefixes.
Differential Revision: https://phab.mercurial-scm.org/D5793
author | Gregory Szorc <gregory.szorc@gmail.com> |
---|---|
date | Fri, 01 Feb 2019 09:13:39 -0800 |
parents | 89630d0b3e23 |
children | 34a46d48d24e |
comparison
equal
deleted
inserted
replaced
41496:e095a9688a31 | 41497:3028b4073be1 |
---|