GispoCoding / pytest-qgis

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

Disabling gui does not work on Windows #18

Closed Joonalai closed 1 year ago

Joonalai commented 2 years ago

Describe the bug When running tests with disabled gui on Windows 10, tests halt and the following output is provided:

image

To Reproduce Steps to reproduce the behavior:

  1. pytest --qgis_disable_gui tests/visual
  2. See error

Expected behavior Tests should run without showing any GUI.

Environment (please complete the following information):

Joonalai commented 1 year ago

It seems to work now, so I'm closing the issue.