add test for generic ics together with Leipzig and Dortmund

This commit is contained in:
mampfes
2020-05-14 15:06:01 +02:00
parent 3560299990
commit 04c620cd83
2 changed files with 14 additions and 0 deletions

View File

@@ -13,6 +13,18 @@ DESCRIPTION = "Source for ICS based services"
URL = ""
TEST_CASES = OrderedDict(
[
(
"Dortmund, Dudenstr. 5",
{
"url": "https://www.edg.de/ical/kalender.ics?Strasse=Dudenstr.&Hausnummer=5&Erinnerung=-1&Abfallart=1,2,3,4"
},
),
(
"Leipzig, Sandgrubenweg 27",
{
"url": "https://www.stadtreinigung-leipzig.de/leistungen/abfallentsorgung/abfallkalender-entsorgungstermine.html&ical=true&loc=Sandgrubenweg%20%2027&lid=x38296"
},
),
(
"Ludwigsburg",
{

View File

@@ -7,6 +7,8 @@ This source has been successfully tested with the following service providers:
- [AVL Ludwigsburg](https://www.avl-ludwigsburg.de/)
- [AWB Esslingen](https://www.awb-es.de/)
- [AWM München](https://www.awm-muenchen.de)
- [EDG Entsorgung Dortmund](https://www.edg.de/)
- [Stadtreinigung Leipzig](https://www.stadtreinigung-leipzig.de/)
## Configuration via configuration.yaml