From a53030ba7fb31246d709da9872eaf83f0b4a6297 Mon Sep 17 00:00:00 2001 From: Mark Joshwel <89562141+markjoshwel@users.noreply.github.com> Date: Wed, 21 Jun 2023 04:53:02 +0800 Subject: [PATCH] cc: remove woodlands test + brackets --- test.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/test.py b/test.py index 981d836..aa97476 100644 --- a/test.py +++ b/test.py @@ -71,12 +71,12 @@ tests: list[ContinuityTest] = [ query="3RQ3+HW3 Pemping, Batam City, Riau Islands, Indonesia", expected=("Batam\n" "Kepulauan Riau, Indonesia"), ), - ContinuityTest( - query="CQPP+QM9 Singapore", - expected=( - "Woodlands Integrated Transport Hub\n" "738343\n" "Northwest, Singapore" - ), - ), + # ContinuityTest( + # query="CQPP+QM9 Singapore", + # expected=( + # "Woodlands Integrated Transport Hub\n" "738343\n" "Northwest, Singapore" + # ), + # ), ContinuityTest( query="8RRX+75Q Singapore", expected=( @@ -138,7 +138,7 @@ def main() -> int: for fail in failures: print( - f"[{tests.index(fail.test) + 1}/({len(tests)})] {fail.test.query}\n" + f"[{tests.index(fail.test) + 1}/{len(tests)}] {fail.test.query}\n" + ( indent("\n".join(format_exception(fail.exception)), prefix=INDENT * " ") + "\n"