File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -441,6 +441,20 @@ def tearDownClass(cls):
441
441
#shutil.rmtree(cls.basetestpath, True)
442
442
cls .vl = None # so as to properly close the provider and remove any temporary file
443
443
444
+ def testGetFeaturesSubsetAttributes2 (self ):
445
+ """ Override and skip this test for AFS provider, as it's actually more efficient for the AFS provider to return
446
+ its features as direct copies (due to implicit sharing of QgsFeature), and the nature of the caching
447
+ used by the AFS provider.
448
+ """
449
+ pass
450
+
451
+ def testGetFeaturesNoGeometry (self ):
452
+ """ Override and skip this test for AFS provider, as it's actually more efficient for the AFS provider to return
453
+ its features as direct copies (due to implicit sharing of QgsFeature), and the nature of the caching
454
+ used by the AFS provider.
455
+ """
456
+ pass
457
+
444
458
445
459
if __name__ == '__main__' :
446
460
unittest .main ()
You can’t perform that action at this time.
0 commit comments