Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Eric Duminil
Get Baden-Württemberg CityGML Opendata
Commits
ce7b378e
Commit
ce7b378e
authored
1 month ago
by
Eric Duminil
Browse files
Options
Download
Email Patches
Plain Diff
Check weird name
parent
d3baa434
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
test_download_lod2.py
+4
-0
test_download_lod2.py
with
4 additions
and
0 deletions
+4
-0
test_download_lod2.py
+
4
-
0
View file @
ce7b378e
...
...
@@ -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'
)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment