With the old GLUT GUI, tests could render an image on screen, write it to disc (with cmd.png()) and check the result. This doesn't work anymore with the PyQt GUI. Currently, tests only work headless (pymol -c ...). It would be great to find a way to test on-screen rendering with the PyQt GUI.
With the old GLUT GUI, tests could render an image on screen, write it to disc (with
cmd.png()) and check the result. This doesn't work anymore with the PyQt GUI. Currently, tests only work headless (pymol -c ...). It would be great to find a way to test on-screen rendering with the PyQt GUI.