ctt: update uq and np tests
This commit is contained in:
parent
e781c4fe89
commit
7c7c921f1d
1 changed files with 15 additions and 1 deletions
16
test.py
16
test.py
|
@ -94,6 +94,13 @@ tests: list[ContinuityTest] = [
|
||||||
"4072\n"
|
"4072\n"
|
||||||
"Queensland, Australia"
|
"Queensland, Australia"
|
||||||
),
|
),
|
||||||
|
(
|
||||||
|
"The University of Queensland\n"
|
||||||
|
"Hawken Drive\n"
|
||||||
|
"St Lucia, Greater Brisbane\n"
|
||||||
|
"4072\n"
|
||||||
|
"Queensland, Australia"
|
||||||
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
ContinuityTest(
|
ContinuityTest(
|
||||||
|
@ -105,7 +112,14 @@ tests: list[ContinuityTest] = [
|
||||||
"Bukit Timah\n"
|
"Bukit Timah\n"
|
||||||
"599489\n"
|
"599489\n"
|
||||||
"Northwest, Singapore"
|
"Northwest, Singapore"
|
||||||
)
|
),
|
||||||
|
(
|
||||||
|
"Ngee Ann Polytechnic\n"
|
||||||
|
"535 Clementi Road\n"
|
||||||
|
"Ewart Park, Bukit Timah\n"
|
||||||
|
"599489\n"
|
||||||
|
"Northwest, Singapore"
|
||||||
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
ContinuityTest(
|
ContinuityTest(
|
||||||
|
|
Loading…
Add table
Reference in a new issue