Skip to content

Commit

Permalink
Early import qgis in tests to set SIP API
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed May 2, 2016
1 parent 5558ff9 commit a230fc9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/src/python/test_qgsappstartup.py
Expand Up @@ -14,6 +14,7 @@
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'

import qgis
from PyQt4 import QtCore
import sys
import os
Expand Down
1 change: 1 addition & 0 deletions tests/src/python/test_qgsblendmodes.py
Expand Up @@ -23,6 +23,7 @@
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'

import qgis
import os

from PyQt4.QtCore import QSize
Expand Down
1 change: 1 addition & 0 deletions tests/src/python/test_qgscomposition.py
Expand Up @@ -12,6 +12,7 @@
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'

import qgis
import os

from PyQt4.QtCore import QFileInfo, QDir
Expand Down

0 comments on commit a230fc9

Please sign in to comment.