Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
fastkml
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Aurélien Vermylen
fastkml
Commits
dad17d0f
Commit
dad17d0f
authored
Jan 02, 2013
by
Christian Ledermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test for
https://github.com/cleder/fastkml/pull/1
parent
01739e2c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
fastkml/test_main.py
fastkml/test_main.py
+13
-0
No files found.
fastkml/test_main.py
View file @
dad17d0f
...
...
@@ -458,6 +458,19 @@ class KmlFromStringTestCase( unittest.TestCase ):
def
test_atom
(
self
):
pass
def
test_snippet
(
self
):
doc
=
"""<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
<Placemark>
<Snippet maxLines="2" >
</Snippet>
</Placemark> </kml>"""
k
=
kml
.
KML
()
k
.
from_string
(
doc
)
class
StyleTestCase
(
unittest
.
TestCase
):
def
test_styleurl
(
self
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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