BoboTiG / python-mss

An ultra fast cross-platform multiple screenshots module in pure Python using ctypes.
https://pypi.org/project/mss/
MIT License
987 stars 88 forks source link

dev: run tests via xvfb-run on GitHub Actions #248

Closed mgorny closed 1 year ago

mgorny commented 1 year ago

Changes proposed in this PR

Use the convenience xvfb-run script to start Xvfb on a free DISPLAY and use it to run the test suite. It is part of the xvfb package on Debian.

It is very important to keep up to date tests and documentation.

Is your code right?