Skip to content

Use pytest-xvfb

Valentin Valls requested to merge valentin.valls/bliss:use-pytest-xvfb into master

Use pytes-xvfb for tests.

This provides a better xvfb runner, ensuring the service is working before using it.

Few arguments are provided to pytest, like --no-xvfb (to use your screen, instead of a virtual one)

Extra dependencies:

I expect it to close #2597 (closed)

Merge request reports