Tests: Remove decode call on template.t
This commit is contained in:
@@ -57,7 +57,7 @@ class TestBugNumber(TestCase):
|
|||||||
code, out, err = self.t(command)
|
code, out, err = self.t(command)
|
||||||
|
|
||||||
expected = "Copyright \(C\) \d{4} - %d" % (datetime.now().year,)
|
expected = "Copyright \(C\) \d{4} - %d" % (datetime.now().year,)
|
||||||
self.assertRegexpMatches(out.decode("utf8"), expected)
|
self.assertRegexpMatches(out, expected)
|
||||||
|
|
||||||
# TAP diagnostics on the bas
|
# TAP diagnostics on the bas
|
||||||
self.diag("Yay TAP diagnostics")
|
self.diag("Yay TAP diagnostics")
|
||||||
|
|||||||
Reference in New Issue
Block a user