File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ ADD_PYTHON_TEST(PyQgsAttributeTableConfig test_qgsattributetableconfig.py)
23
23
ADD_PYTHON_TEST (PyQgsAttributeTableModel test_qgsattributetablemodel.py )
24
24
ADD_PYTHON_TEST (PyQgsAuthenticationSystem test_qgsauthsystem.py )
25
25
ADD_PYTHON_TEST (PyQgsBearingUtils test_qgsbearingutils.py )
26
+ ADD_PYTHON_TEST (PyQgsBasemapPathRegistry test_qgsbasemappathregistry.py )
26
27
ADD_PYTHON_TEST (PyQgsBinaryWidget test_qgsbinarywidget.py )
27
28
ADD_PYTHON_TEST (PyQgsBlendModes test_qgsblendmodes.py )
28
29
ADD_PYTHON_TEST (PyQgsBlockingNetworkRequest test_qgsblockingnetworkrequest.py )
Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ def testQgsBasemapPathRegistry(self):
50
50
51
51
def testOrderOfPreference (self ):
52
52
temp_dir = gettempdir ()
53
+ os .mkdir ('{}/data' .format (temp_dir ))
53
54
alt_dir = '{}/{}' .format (temp_dir , MAP_PATH )
54
55
Path (alt_dir ).touch ()
55
56
QgsApplication .basemapPathRegistry ().registerPath (temp_dir , 0 )
You can’t perform that action at this time.
0 commit comments