Commit ce7b378e authored by Eric Duminil's avatar Eric Duminil
Browse files

Check weird name

parent d3baa434
Showing with 4 additions and 0 deletions
+4 -0
......@@ -58,6 +58,10 @@ class TestGetOpenData(unittest.TestCase):
self.assertIn("EPSG:25832", content)
self.assertIn("DEBW_B010000BSWW", content)
def test_get_weird_name(self):
bw_data.main("WëírdNämeß", KALTENBRONN_WKT,
output_folder=self.tempFolder / 'Kaltenbronn.proj')
def test_only_download(self):
gml_path = bw_data.main("JustDownload", KALTENBRONN_WKT, download_only=True,
output_folder=self.tempFolder / 'JustDownload')
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment