mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-18 13:39:41 -04:00
Add tests to ensure all areas have a count
This commit is contained in:
@@ -23,11 +23,11 @@ for min, max in SMARTPHONE_OWNERSHIP_BY_AGE_RANGE.keys():
|
||||
|
||||
class CITY_OF_LONDON:
|
||||
WARDS = (
|
||||
'E05009289', 'E05009290', 'E05009291', 'E05009292', 'E05009293',
|
||||
'E05009294', 'E05009295', 'E05009296', 'E05009297', 'E05009298',
|
||||
'E05009299', 'E05009300', 'E05009301', 'E05009302', 'E05009303',
|
||||
'E05009304', 'E05009305', 'E05009306', 'E05009307', 'E05009308',
|
||||
'E05009309', 'E05009310', 'E05009311', 'E05009312',
|
||||
'E05009288', 'E05009289', 'E05009290', 'E05009291', 'E05009292',
|
||||
'E05009293', 'E05009294', 'E05009295', 'E05009296', 'E05009297',
|
||||
'E05009298', 'E05009299', 'E05009300', 'E05009301', 'E05009302',
|
||||
'E05009303', 'E05009304', 'E05009305', 'E05009306', 'E05009307',
|
||||
'E05009308', 'E05009309', 'E05009310', 'E05009311', 'E05009312',
|
||||
)
|
||||
# https://data.london.gov.uk/blog/daytime-population-of-london-2014/
|
||||
DAYTIME_POPULATION = 553_000
|
||||
|
||||
Reference in New Issue
Block a user