ctt: type analyse
This commit is contained in:
parent
816dec2551
commit
1f65fe552e
1 changed files with 1 additions and 3 deletions
4
test.py
4
test.py
|
@ -1,5 +1,3 @@
|
||||||
# type: ignore
|
|
||||||
|
|
||||||
"""
|
"""
|
||||||
surplus test runner
|
surplus test runner
|
||||||
-------------------
|
-------------------
|
||||||
|
@ -58,7 +56,7 @@ class TestFailure(NamedTuple):
|
||||||
tests: list[ContinuityTest] = [
|
tests: list[ContinuityTest] = [
|
||||||
ContinuityTest(
|
ContinuityTest(
|
||||||
query="8R3M+F8 Singapore",
|
query="8R3M+F8 Singapore",
|
||||||
expected=("Wisma Atria\n" "435 Orchard Road\n" "238877\n" "Central, Singapore"),
|
expected=[("Wisma Atria\n" "435 Orchard Road\n" "238877\n" "Central, Singapore")],
|
||||||
),
|
),
|
||||||
ContinuityTest(
|
ContinuityTest(
|
||||||
query="9R3J+R9 Singapore",
|
query="9R3J+R9 Singapore",
|
||||||
|
|
Loading…
Add table
Reference in a new issue