New City: Aurora, ON, Canada (#1353)

This commit is contained in:
EthanGe
2023-10-24 07:55:48 -04:00
committed by GitHub
parent 02cd8920fc
commit f22509c7f3
3 changed files with 8 additions and 1 deletions

View File

@@ -327,6 +327,7 @@ Waste collection schedules in the following formats and countries are supported.
<details>
<summary>Canada</summary>
- [Aurora (ON)](/doc/source/recyclecoach_com.md) / aurora.ca
- [Calgary (AB)](/doc/source/calgary_ca.md) / calgary.ca
- [Calgary, AB](/doc/ics/recollect.md) / calgary.ca
- [City of Edmonton, AB](/doc/ics/recollect.md) / edmonton.ca

View File

@@ -37,6 +37,7 @@ EXTRA_INFO = [
"url": "https://recyclecoach.com/cities/usa-ky-city-of-louisville/",
},
{"title": "London (ON)", "url": "https://london.ca/", "country": "ca"},
{"title": "Aurora (ON)", "url": "https://www.aurora.ca/", "country": "ca"},
]
TEST_CASES = {
@@ -72,6 +73,11 @@ TEST_CASES = {
"district_id": "CityofLondon",
"zone_id": "zone-z547",
},
"aurora ontario": {
"street": "123 Cranberry Lane",
"city": "Aurora",
"state": "Ontario",
},
}

File diff suppressed because one or more lines are too long