Rework a TestCommon test to look less ugly [skip appveyor[
commitcf94507e5568ad2554b5f68700160d7737db61cf
authorMats Wichmann <mats@linux.com>
Sun, 29 Dec 2024 19:43:37 +0000 (29 12:43 -0700)
committerMats Wichmann <mats@linux.com>
Sun, 29 Dec 2024 19:46:47 +0000 (29 12:46 -0700)
treed5fde93554a4fba854d6386c453a4a19b3f9419b
parentc9d9fa58b796532320a2248ddc5be07b7280adf3
Rework a TestCommon test to look less ugly  [skip appveyor[

Insted of really long strings of repeated characters, use f-strings to
compose the "expected" output for the banner function tests.  This keeps
the code formatter from breaking things an ugly way, and is really more
"accurate" anyway.

Signed-off-by: Mats Wichmann <mats@linux.com>
testing/framework/TestCommonTests.py