Commit fe6f1609 authored by Gabriel L. Oliveira's avatar Gabriel L. Oliveira

Refactor to follow guidelines

parent c85828f8
...@@ -3,10 +3,11 @@ import unittest ...@@ -3,10 +3,11 @@ import unittest
import urllib2 import urllib2
SVG_CONTENT = urllib2.quote("<svg width='640' height='480' xmlns='http://www.w3.org/2000/svg'> \ SVG_CONTENT = urllib2.quote("<svg width='640' height='480' \
xmlns='http://www.w3.org/2000/svg'> \
<g><title>Layer 1</title> \ <g><title>Layer 1</title> \
<ellipse ry='46' rx='47' id='svg_1' cy='93' cx='138' stroke-width='5' stroke='#000000' fill='#FF0000'/> \ <ellipse ry='46' rx='47' id='svg_1' cy='93' cx='138' stroke-width='5' \
</g></svg>") stroke='#000000' fill='#FF0000'/> </g></svg>")
class TestUNGDocs(UNGTestMixin): class TestUNGDocs(UNGTestMixin):
"""Tests related to UNG Docs""" """Tests related to UNG Docs"""
......
Markdown is supported
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