GispoCoding / pytest-qgis

A pytest plugin for testing QGIS python plugins
GNU General Public License v2.0
29 stars 8 forks source link

Delete temporary QGIS configuration directory properly #43

Open Joonalai opened 1 year ago

Joonalai commented 1 year ago

41 introduced a bug that caused PermissionError when deleting temporary QGIS configuration directory. Since the size of the temp dir isn't that big and Linux and Mac do not suffer from the problem, a quick solution was to suppress the error with #42.

However, a proper solution would be in place to ensure that the plugin would not pollute the user's temp directory with unnecessary folders.