jumind_de update mymuell test case and documentation cities for mkk

This commit is contained in:
5ila5
2024-02-02 09:56:17 +01:00
committed by 5ila5
parent 7ee931b131
commit 9ccebb9666
2 changed files with 7 additions and 4 deletions

View File

@@ -31,7 +31,7 @@ TEST_CASES = {
},
"mymuell only city": {
"service_id": "mymuell",
"city": "Kipfenberg OT Arnsberg, Biberg, Dunsdorf, Schelldorf, Schambach, Mühlen im Schambachtal und Schambacher Leite, Järgerweg, Böllermühlstraße, Attenzell, Krut, Böhming, Regelmannsbrunn, Hirnstetten und Pfahldorf",
"city": "Bad Wünnenberg-Bleiwäsche",
},
"neustadt": {
"service_id": "esn",
@@ -243,7 +243,10 @@ class Source:
break
if city_id is None:
raise Exception("City not found")
raise Exception(
"City not found, should be one of:"
+ "; ".join(c["name"] for c in cities)
)
if has_streets:
r = session.get(

File diff suppressed because one or more lines are too long