uk_bin_collection 0.78.0__py3-none-any.whl → 0.79.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (26) hide show
  1. uk_bin_collection/tests/council_feature_input_parity.py +38 -57
  2. uk_bin_collection/tests/features/validate_council_outputs.feature +5 -775
  3. uk_bin_collection/tests/input.json +65 -2
  4. uk_bin_collection/tests/step_defs/test_validate_council.py +44 -16
  5. uk_bin_collection/tests/test_common_functions.py +4 -2
  6. uk_bin_collection/uk_bin_collection/common.py +4 -1
  7. uk_bin_collection/uk_bin_collection/councils/ChichesterDistrictCouncil.py +110 -0
  8. uk_bin_collection/uk_bin_collection/councils/CrawleyBoroughCouncil.py +1 -1
  9. uk_bin_collection/uk_bin_collection/councils/DartfordBoroughCouncil.py +44 -0
  10. uk_bin_collection/uk_bin_collection/councils/DoverDistrictCouncil.py +11 -6
  11. uk_bin_collection/uk_bin_collection/councils/EppingForestDistrictCouncil.py +51 -0
  12. uk_bin_collection/uk_bin_collection/councils/FarehamBoroughCouncil.py +20 -21
  13. uk_bin_collection/uk_bin_collection/councils/HounslowCouncil.py +122 -0
  14. uk_bin_collection/uk_bin_collection/councils/KirkleesCouncil.py +3 -1
  15. uk_bin_collection/uk_bin_collection/councils/MoleValleyDistrictCouncil.py +13 -10
  16. uk_bin_collection/uk_bin_collection/councils/SouthKestevenDistrictCouncil.py +151 -0
  17. uk_bin_collection/uk_bin_collection/councils/StroudDistrictCouncil.py +94 -0
  18. uk_bin_collection/uk_bin_collection/councils/TendringDistrictCouncil.py +110 -0
  19. uk_bin_collection/uk_bin_collection/councils/WakefieldCityCouncil.py +3 -1
  20. uk_bin_collection/uk_bin_collection/councils/WalthamForest.py +127 -0
  21. uk_bin_collection/uk_bin_collection/create_new_council.py +51 -0
  22. {uk_bin_collection-0.78.0.dist-info → uk_bin_collection-0.79.1.dist-info}/METADATA +1 -1
  23. {uk_bin_collection-0.78.0.dist-info → uk_bin_collection-0.79.1.dist-info}/RECORD +26 -17
  24. {uk_bin_collection-0.78.0.dist-info → uk_bin_collection-0.79.1.dist-info}/LICENSE +0 -0
  25. {uk_bin_collection-0.78.0.dist-info → uk_bin_collection-0.79.1.dist-info}/WHEEL +0 -0
  26. {uk_bin_collection-0.78.0.dist-info → uk_bin_collection-0.79.1.dist-info}/entry_points.txt +0 -0
@@ -1,777 +1,7 @@
1
1
  Feature: Test each council output matches expected results
2
2
 
3
- Scenario Outline: Validate Council Output
4
- Given the council: <council>
5
- When we scrape the data from <council>
6
- Then the result is valid json
7
- And the output should validate against the schema
8
-
9
- @AdurAndWorthingCouncils
10
- Examples: AdurAndWorthingCouncils
11
- | council |
12
- | AdurAndWorthingCouncils |
13
-
14
- @ArunCouncil
15
- Examples: ArunCouncil
16
- | council |
17
- | ArunCouncil |
18
-
19
- @AylesburyValeCouncil
20
- Examples: AylesburyValeCouncil
21
- | council |
22
- | AylesburyValeCouncil |
23
-
24
- @BarnetCouncil
25
- Examples: BarnetCouncil
26
- | council |
27
- | BarnetCouncil |
28
-
29
- @BarnsleyMBCouncil
30
- Examples: BarnsleyMBCouncil
31
- | council |
32
- | BarnsleyMBCouncil |
33
-
34
- @BasingstokeCouncil
35
- Examples: BasingstokeCouncil
36
- | council |
37
- | BasingstokeCouncil |
38
-
39
- @BathAndNorthEastSomersetCouncil
40
- Examples: BathAndNorthEastSomersetCouncil
41
- | council |
42
- | BathAndNorthEastSomersetCouncil |
43
-
44
- @BCPCouncil
45
- Examples: BCPCouncil
46
- | council |
47
- | BCPCouncil |
48
-
49
- @BedfordBoroughCouncil
50
- Examples: BedfordBoroughCouncil
51
- | council |
52
- | BedfordBoroughCouncil |
53
-
54
- @BedfordshireCouncil
55
- Examples: BedfordshireCouncil
56
- | council |
57
- | BedfordshireCouncil |
58
-
59
- @BexleyCouncil
60
- Examples: BexleyCouncil
61
- | council |
62
- | BexleyCouncil |
63
-
64
- @BirminghamCityCouncil
65
- Examples: BirminghamCityCouncil
66
- | council |
67
- | BirminghamCityCouncil |
68
-
69
- @BlackburnCouncil
70
- Examples: BlackburnCouncil
71
- | council |
72
- | BlackburnCouncil |
73
-
74
- @BoltonCouncil
75
- Examples: BoltonCouncil
76
- | council |
77
- | BoltonCouncil |
78
-
79
- @BracknellForestCouncil
80
- Examples: BracknellForestCouncil
81
- | council |
82
- | BracknellForestCouncil |
83
-
84
- @BradfordMDC
85
- Examples: BradfordMDC
86
- | council |
87
- | BradfordMDC |
88
-
89
- @BrightonandHoveCityCouncil
90
- Examples: BrightonandHoveCityCouncil
91
- | council |
92
- | BrightonandHoveCityCouncil |
93
-
94
- @BristolCityCouncil
95
- Examples: BristolCityCouncil
96
- | council |
97
- | BristolCityCouncil |
98
-
99
- @BromleyBoroughCouncil
100
- Examples: BromleyBoroughCouncil
101
- | council |
102
- | BromleyBoroughCouncil |
103
-
104
- @BroxtoweBoroughCouncil
105
- Examples: BroxtoweBoroughCouncil
106
- | council |
107
- | BroxtoweBoroughCouncil |
108
-
109
- @BuckinghamshireCouncil
110
- Examples: BuckinghamshireCouncil
111
- | council |
112
- | BuckinghamshireCouncil |
113
-
114
- @BuryCouncil
115
- Examples: BuryCouncil
116
- | council |
117
- | BuryCouncil |
118
-
119
- @CalderdaleCouncil
120
- Examples: CalderdaleCouncil
121
- | council |
122
- | CalderdaleCouncil |
123
-
124
- @CannockChaseDistrictCouncil
125
- Examples: CannockChaseDistrictCouncil
126
- | council |
127
- | CannockChaseDistrictCouncil |
128
-
129
- @CardiffCouncil
130
- Examples: CardiffCouncil
131
- | council |
132
- | CardiffCouncil |
133
-
134
- @CastlepointDistrictCouncil
135
- Examples: CastlepointDistrictCouncil
136
- | council |
137
- | CastlepointDistrictCouncil |
138
-
139
- @CharnwoodBoroughCouncil
140
- Examples: CharnwoodBoroughCouncil
141
- | council |
142
- | CharnwoodBoroughCouncil |
143
-
144
- @ChelmsfordCityCouncil
145
- Examples: ChelmsfordCityCouncil
146
- | council |
147
- | ChelmsfordCityCouncil |
148
-
149
- @CheshireEastCouncil
150
- Examples: CheshireEastCouncil
151
- | council |
152
- | CheshireEastCouncil |
153
-
154
- @CheshireWestAndChesterCouncil
155
- Examples: CheshireWestAndChesterCouncil
156
- | council |
157
- | CheshireWestAndChesterCouncil |
158
-
159
- @ChorleyCouncil
160
- Examples: ChorleyCouncil
161
- | council |
162
- | ChorleyCouncil |
163
-
164
- @ConwyCountyBorough
165
- Examples: ConwyCountyBorough
166
- | council |
167
- | ConwyCountyBorough |
168
-
169
- @CrawleyBoroughCouncil
170
- Examples: CrawleyBoroughCouncil
171
- | council |
172
- | CrawleyBoroughCouncil |
173
-
174
- @CroydonCouncil
175
- Examples: CroydonCouncil
176
- | council |
177
- | CroydonCouncil |
178
-
179
- @DerbyshireDalesDistrictCouncil
180
- Examples: DerbyshireDalesDistrictCouncil
181
- | council |
182
- | DerbyshireDalesDistrictCouncil |
183
-
184
- @DoncasterCouncil
185
- Examples: DoncasterCouncil
186
- | council |
187
- | DoncasterCouncil |
188
-
189
- @DorsetCouncil
190
- Examples: DorsetCouncil
191
- | council |
192
- | DorsetCouncil |
193
-
194
- @DoverDistrictCouncil
195
- Examples: DoverDistrictCouncil
196
- | council |
197
- | DoverDistrictCouncil |
198
-
199
- @DurhamCouncil
200
- Examples: DurhamCouncil
201
- | council |
202
- | DurhamCouncil |
203
-
204
- @EastCambridgeshireCouncil
205
- Examples: EastCambridgeshireCouncil
206
- | council |
207
- | EastCambridgeshireCouncil |
208
-
209
- @EastDevonDC
210
- Examples: EastDevonDC
211
- | council |
212
- | EastDevonDC |
213
-
214
- @EastleighBoroughCouncil
215
- Examples: EastleighBoroughCouncil
216
- | council |
217
- | EastleighBoroughCouncil |
218
-
219
- @EastLindseyDistrictCouncil
220
- Examples: EastLindseyDistrictCouncil
221
- | council |
222
- | EastLindseyDistrictCouncil |
223
-
224
- @EastRidingCouncil
225
- Examples: EastRidingCouncil
226
- | council |
227
- | EastRidingCouncil |
228
-
229
- @EastSuffolkCouncil
230
- Examples: EastSuffolkCouncil
231
- | council |
232
- | EastSuffolkCouncil |
233
-
234
- @EnvironmentFirst
235
- Examples: EnvironmentFirst
236
- | council |
237
- | EnvironmentFirst |
238
-
239
- @ErewashBoroughCouncil
240
- Examples: ErewashBoroughCouncil
241
- | council |
242
- | ErewashBoroughCouncil |
243
-
244
- @FarehamBoroughCouncil
245
- Examples: FarehamBoroughCouncil
246
- | council |
247
- | FarehamBoroughCouncil |
248
-
249
- @FenlandDistrictCouncil
250
- Examples: FenlandDistrictCouncil
251
- | council |
252
- | FenlandDistrictCouncil |
253
-
254
- @ForestOfDeanDistrictCouncil
255
- Examples: ForestOfDeanDistrictCouncil
256
- | council |
257
- | ForestOfDeanDistrictCouncil |
258
-
259
- @GatesheadCouncil
260
- Examples: GatesheadCouncil
261
- | council |
262
- | GatesheadCouncil |
263
-
264
- @GedlingBoroughCouncil
265
- Examples: GedlingBoroughCouncil
266
- | council |
267
- | GedlingBoroughCouncil |
268
-
269
- @GlasgowCityCouncil
270
- Examples: GlasgowCityCouncil
271
- | council |
272
- | GlasgowCityCouncil |
273
-
274
- @GuildfordCouncil
275
- Examples: GuildfordCouncil
276
- | council |
277
- | GuildfordCouncil |
278
-
279
- @HaltonBoroughCouncil
280
- Examples: HaltonBoroughCouncil
281
- | council |
282
- | HaltonBoroughCouncil |
283
-
284
- @HaringeyCouncil
285
- Examples: HaringeyCouncil
286
- | council |
287
- | HaringeyCouncil |
288
-
289
- @HarrogateBoroughCouncil
290
- Examples: HarrogateBoroughCouncil
291
- | council |
292
- | HarrogateBoroughCouncil |
293
-
294
- @HighPeakCouncil
295
- Examples: HighPeakCouncil
296
- | council |
297
- | HighPeakCouncil |
298
-
299
- @HullCityCouncil
300
- Examples: HullCityCouncil
301
- | council |
302
- | HullCityCouncil |
303
-
304
- @HuntingdonDistrictCouncil
305
- Examples: HuntingdonDistrictCouncil
306
- | council |
307
- | HuntingdonDistrictCouncil |
308
-
309
- @KingstonUponThamesCouncil
310
- Examples: KingstonUponThamesCouncil
311
- | council |
312
- | KingstonUponThamesCouncil |
313
-
314
- @KirkleesCouncil
315
- Examples: KirkleesCouncil
316
- | council |
317
- | KirkleesCouncil |
318
-
319
- @KnowsleyMBCouncil
320
- Examples: KnowsleyMBCouncil
321
- | council |
322
- | KnowsleyMBCouncil |
323
-
324
- @LancasterCityCouncil
325
- Examples: LancasterCityCouncil
326
- | council |
327
- | LancasterCityCouncil |
328
-
329
- @LeedsCityCouncil
330
- Examples: LeedsCityCouncil
331
- | council |
332
- | LeedsCityCouncil |
333
-
334
- @LisburnCastlereaghCityCouncil
335
- Examples: LisburnCastlereaghCityCouncil
336
- | council |
337
- | LisburnCastlereaghCityCouncil |
338
-
339
- @LiverpoolCityCouncil
340
- Examples: LiverpoolCityCouncil
341
- | council |
342
- | LiverpoolCityCouncil |
343
-
344
- @LondonBoroughHounslow
345
- Examples: LondonBoroughHounslow
346
- | council |
347
- | LondonBoroughHounslow |
348
-
349
- @LondonBoroughRedbridge
350
- Examples: LondonBoroughRedbridge
351
- | council |
352
- | LondonBoroughRedbridge |
353
-
354
- @MaldonDistrictCouncil
355
- Examples: MaldonDistrictCouncil
356
- | council |
357
- | MaldonDistrictCouncil |
358
-
359
- @MalvernHillsDC
360
- Examples: MalvernHillsDC
361
- | council |
362
- | MalvernHillsDC |
363
-
364
- @ManchesterCityCouncil
365
- Examples: ManchesterCityCouncil
366
- | council |
367
- | ManchesterCityCouncil |
368
-
369
- @MansfieldDistrictCouncil
370
- Examples: MansfieldDistrictCouncil
371
- | council |
372
- | MansfieldDistrictCouncil |
373
-
374
- @MertonCouncil
375
- Examples: MertonCouncil
376
- | council |
377
- | MertonCouncil |
378
-
379
- @MidAndEastAntrimBoroughCouncil
380
- Examples: MidAndEastAntrimBoroughCouncil
381
- | council |
382
- | MidAndEastAntrimBoroughCouncil |
383
-
384
- @MidSussexDistrictCouncil
385
- Examples: MidSussexDistrictCouncil
386
- | council |
387
- | MidSussexDistrictCouncil |
388
-
389
- @MiltonKeynesCityCouncil
390
- Examples: MiltonKeynesCityCouncil
391
- | council |
392
- | MiltonKeynesCityCouncil |
393
-
394
- @MoleValleyDistrictCouncil
395
- Examples: MoleValleyDistrictCouncil
396
- | council |
397
- | MoleValleyDistrictCouncil |
398
-
399
- @NeathPortTalbotCouncil
400
- Examples: NeathPortTalbotCouncil
401
- | council |
402
- | NeathPortTalbotCouncil |
403
-
404
- @NewarkAndSherwoodDC
405
- Examples: NewarkAndSherwoodDC
406
- | council |
407
- | NewarkAndSherwoodDC |
408
-
409
- @NewcastleCityCouncil
410
- Examples: NewcastleCityCouncil
411
- | council |
412
- | NewcastleCityCouncil |
413
-
414
- @NewhamCouncil
415
- Examples: NewhamCouncil
416
- | council |
417
- | NewhamCouncil |
418
-
419
- @NewportCityCouncil
420
- Examples: NewportCityCouncil
421
- | council |
422
- | NewportCityCouncil |
423
-
424
- @NorthEastDerbyshireDistrictCouncil
425
- Examples: NorthEastDerbyshireDistrictCouncil
426
- | council |
427
- | NorthEastDerbyshireDistrictCouncil |
428
-
429
- @NorthEastLincs
430
- Examples: NorthEastLincs
431
- | council |
432
- | NorthEastLincs |
433
-
434
- @NorthKestevenDistrictCouncil
435
- Examples: NorthKestevenDistrictCouncil
436
- | council |
437
- | NorthKestevenDistrictCouncil |
438
-
439
- @NorthLanarkshireCouncil
440
- Examples: NorthLanarkshireCouncil
441
- | council |
442
- | NorthLanarkshireCouncil |
443
-
444
- @NorthLincolnshireCouncil
445
- Examples: NorthLincolnshireCouncil
446
- | council |
447
- | NorthLincolnshireCouncil |
448
-
449
- @NorthNorfolkDistrictCouncil
450
- Examples: NorthNorfolkDistrictCouncil
451
- | council |
452
- | NorthNorfolkDistrictCouncil |
453
-
454
- @NorthNorthamptonshireCouncil
455
- Examples: NorthNorthamptonshireCouncil
456
- | council |
457
- | NorthNorthamptonshireCouncil |
458
-
459
- @NorthSomersetCouncil
460
- Examples: NorthSomersetCouncil
461
- | council |
462
- | NorthSomersetCouncil |
463
-
464
- @NorthTynesideCouncil
465
- Examples: NorthTynesideCouncil
466
- | council |
467
- | NorthTynesideCouncil |
468
-
469
- @NorthumberlandCouncil
470
- Examples: NorthumberlandCouncil
471
- | council |
472
- | NorthumberlandCouncil |
473
-
474
- @NorthWestLeicestershire
475
- Examples: NorthWestLeicestershire
476
- | council |
477
- | NorthWestLeicestershire |
478
-
479
- @NorthYorkshire
480
- Examples: NorthYorkshire
481
- | council |
482
- | NorthYorkshire |
483
-
484
- @NottinghamCityCouncil
485
- Examples: NottinghamCityCouncil
486
- | council |
487
- | NottinghamCityCouncil |
488
-
489
- @OldhamCouncil
490
- Examples: OldhamCouncil
491
- | council |
492
- | OldhamCouncil |
493
-
494
- @PortsmouthCityCouncil
495
- Examples: PortsmouthCityCouncil
496
- | council |
497
- | PortsmouthCityCouncil |
498
-
499
- @PrestonCityCouncil
500
- Examples: PrestonCityCouncil
501
- | council |
502
- | PrestonCityCouncil |
503
-
504
- @ReadingBoroughCouncil
505
- Examples: ReadingBoroughCouncil
506
- | council |
507
- | ReadingBoroughCouncil |
508
-
509
- @ReigateAndBansteadBoroughCouncil
510
- Examples: ReigateAndBansteadBoroughCouncil
511
- | council |
512
- | ReigateAndBansteadBoroughCouncil |
513
-
514
- @RenfrewshireCouncil
515
- Examples: RenfrewshireCouncil
516
- | council |
517
- | RenfrewshireCouncil |
518
-
519
- @RhonddaCynonTaffCouncil
520
- Examples: RhonddaCynonTaffCouncil
521
- | council |
522
- | RhonddaCynonTaffCouncil |
523
-
524
- @RochdaleCouncil
525
- Examples: RochdaleCouncil
526
- | council |
527
- | RochdaleCouncil |
528
-
529
- @RochfordCouncil
530
- Examples: RochfordCouncil
531
- | council |
532
- | RochfordCouncil |
533
-
534
- @RugbyBoroughCouncil
535
- Examples: RugbyBoroughCouncil
536
- | council |
537
- | RugbyBoroughCouncil |
538
-
539
- @RushcliffeBoroughCouncil
540
- Examples: RushcliffeBoroughCouncil
541
- | council |
542
- | RushcliffeBoroughCouncil |
543
-
544
- @RushmoorCouncil
545
- Examples: RushmoorCouncil
546
- | council |
547
- | RushmoorCouncil |
548
-
549
- @SalfordCityCouncil
550
- Examples: SalfordCityCouncil
551
- | council |
552
- | SalfordCityCouncil |
553
-
554
- @SevenoaksDistrictCouncil
555
- Examples: SevenoaksDistrictCouncil
556
- | council |
557
- | SevenoaksDistrictCouncil |
558
-
559
- @SheffieldCityCouncil
560
- Examples: SheffieldCityCouncil
561
- | council |
562
- | SheffieldCityCouncil |
563
-
564
- @ShropshireCouncil
565
- Examples: ShropshireCouncil
566
- | council |
567
- | ShropshireCouncil |
568
-
569
- @SolihullCouncil
570
- Examples: SolihullCouncil
571
- | council |
572
- | SolihullCouncil |
573
-
574
- @SomersetCouncil
575
- Examples: SomersetCouncil
576
- | council |
577
- | SomersetCouncil |
578
-
579
- @SouthAyrshireCouncil
580
- Examples: SouthAyrshireCouncil
581
- | council |
582
- | SouthAyrshireCouncil |
583
-
584
- @SouthCambridgeshireCouncil
585
- Examples: SouthCambridgeshireCouncil
586
- | council |
587
- | SouthCambridgeshireCouncil |
588
-
589
- @SouthGloucestershireCouncil
590
- Examples: SouthGloucestershireCouncil
591
- | council |
592
- | SouthGloucestershireCouncil |
593
-
594
- @SouthLanarkshireCouncil
595
- Examples: SouthLanarkshireCouncil
596
- | council |
597
- | SouthLanarkshireCouncil |
598
-
599
- @SouthNorfolkCouncil
600
- Examples: SouthNorfolkCouncil
601
- | council |
602
- | SouthNorfolkCouncil |
603
-
604
- @SouthOxfordshireCouncil
605
- Examples: SouthOxfordshireCouncil
606
- | council |
607
- | SouthOxfordshireCouncil |
608
-
609
- @SouthTynesideCouncil
610
- Examples: SouthTynesideCouncil
611
- | council |
612
- | SouthTynesideCouncil |
613
-
614
- @StAlbansCityAndDistrictCouncil
615
- Examples: StAlbansCityAndDistrictCouncil
616
- | council |
617
- | StAlbansCityAndDistrictCouncil |
618
-
619
- @StaffordshireMoorlandsDistrictCouncil
620
- Examples: StaffordshireMoorlandsDistrictCouncil
621
- | council |
622
- | StaffordshireMoorlandsDistrictCouncil |
623
-
624
- @StHelensBC
625
- Examples: StHelensBC
626
- | council |
627
- | StHelensBC |
628
-
629
- @StockportBoroughCouncil
630
- Examples: StockportBoroughCouncil
631
- | council |
632
- | StockportBoroughCouncil |
633
-
634
- @StokeOnTrentCityCouncil
635
- Examples: StokeOnTrentCityCouncil
636
- | council |
637
- | StokeOnTrentCityCouncil |
638
-
639
- @StratfordUponAvonCouncil
640
- Examples: StratfordUponAvonCouncil
641
- | council |
642
- | StratfordUponAvonCouncil |
643
-
644
- @SunderlandCityCouncil
645
- Examples: SunderlandCityCouncil
646
- | council |
647
- | SunderlandCityCouncil |
648
-
649
- @SwaleBoroughCouncil
650
- Examples: SwaleBoroughCouncil
651
- | council |
652
- | SwaleBoroughCouncil |
653
-
654
- @TamesideMBCouncil
655
- Examples: TamesideMBCouncil
656
- | council |
657
- | TamesideMBCouncil |
658
-
659
- @TandridgeDistrictCouncil
660
- Examples: TandridgeDistrictCouncil
661
- | council |
662
- | TandridgeDistrictCouncil |
663
-
664
- @TelfordAndWrekinCouncil
665
- Examples: TelfordAndWrekinCouncil
666
- | council |
667
- | TelfordAndWrekinCouncil |
668
-
669
- @TestValleyBoroughCouncil
670
- Examples: TestValleyBoroughCouncil
671
- | council |
672
- | TestValleyBoroughCouncil |
673
-
674
- @TonbridgeAndMallingBC
675
- Examples: TonbridgeAndMallingBC
676
- | council |
677
- | TonbridgeAndMallingBC |
678
-
679
- @TorbayCouncil
680
- Examples: TorbayCouncil
681
- | council |
682
- | TorbayCouncil |
683
-
684
- @TorridgeDistrictCouncil
685
- Examples: TorridgeDistrictCouncil
686
- | council |
687
- | TorridgeDistrictCouncil |
688
-
689
- @ValeofGlamorganCouncil
690
- Examples: ValeofGlamorganCouncil
691
- | council |
692
- | ValeofGlamorganCouncil |
693
-
694
- @ValeofWhiteHorseCouncil
695
- Examples: ValeofWhiteHorseCouncil
696
- | council |
697
- | ValeofWhiteHorseCouncil |
698
-
699
- @WakefieldCityCouncil
700
- Examples: WakefieldCityCouncil
701
- | council |
702
- | WakefieldCityCouncil |
703
-
704
- @WarwickDistrictCouncil
705
- Examples: WarwickDistrictCouncil
706
- | council |
707
- | WarwickDistrictCouncil |
708
-
709
- @WaverleyBoroughCouncil
710
- Examples: WaverleyBoroughCouncil
711
- | council |
712
- | WaverleyBoroughCouncil |
713
-
714
- @WealdenDistrictCouncil
715
- Examples: WealdenDistrictCouncil
716
- | council |
717
- | WealdenDistrictCouncil |
718
-
719
- @WelhatCouncil
720
- Examples: WelhatCouncil
721
- | council |
722
- | WelhatCouncil |
723
-
724
- @WestBerkshireCouncil
725
- Examples: WestBerkshireCouncil
726
- | council |
727
- | WestBerkshireCouncil |
728
-
729
- @WestLindseyDistrictCouncil
730
- Examples: WestLindseyDistrictCouncil
731
- | council |
732
- | WestLindseyDistrictCouncil |
733
-
734
- @WestLothianCouncil
735
- Examples: WestLothianCouncil
736
- | council |
737
- | WestLothianCouncil |
738
-
739
- @WestNorthamptonshireCouncil
740
- Examples: WestNorthamptonshireCouncil
741
- | council |
742
- | WestNorthamptonshireCouncil |
743
-
744
- @WestSuffolkCouncil
745
- Examples: WestSuffolkCouncil
746
- | council |
747
- | WestSuffolkCouncil |
748
-
749
- @WiganBoroughCouncil
750
- Examples: WiganBoroughCouncil
751
- | council |
752
- | WiganBoroughCouncil |
753
-
754
- @WiltshireCouncil
755
- Examples: WiltshireCouncil
756
- | council |
757
- | WiltshireCouncil |
758
-
759
- @WindsorAndMaidenheadCouncil
760
- Examples: WindsorAndMaidenheadCouncil
761
- | council |
762
- | WindsorAndMaidenheadCouncil |
763
-
764
- @WokingBoroughCouncil
765
- Examples: WokingBoroughCouncil
766
- | council |
767
- | WokingBoroughCouncil |
768
-
769
- @WyreCouncil
770
- Examples: WyreCouncil
771
- | council |
772
- | WyreCouncil |
773
-
774
- @YorkCouncil
775
- Examples: YorkCouncil
776
- | council |
777
- | YorkCouncil |
3
+ Scenario: Validate Council Output
4
+ Given the council
5
+ When we scrape the data from the council
6
+ Then the result is valid json
7
+ And the output should validate against the schema