Skip to content

Commit

Permalink
Fix unittypes test
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Feb 4, 2016
1 parent 29df8f3 commit f26f927
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions tests/src/python/test_qgsunittypes.py
Expand Up @@ -14,19 +14,15 @@

import qgis

from utilities import (unittest,
TestCase,
getQgisTestApp
)
from qgis.core import (QgsUnitTypes,
QGis,
QgsSymbolV2
)
from qgis.testing import unittest
from qgis.core import (
QgsUnitTypes,
QGis,
QgsSymbolV2
)

getQgisTestApp()


class TestQgsUnitTypes(TestCase):
class TestQgsUnitTypes(unittest.TestCase):

def testDistanceUnitType(self):
"""Test QgsUnitTypes::unitType() """
Expand Down

0 comments on commit f26f927

Please sign in to comment.