Hey!

I'm happy to annouce another pytest plugin I wrote to scratch my own
itch, pytest-xvfb: https://github.com/The-Compiler/pytest-xvfb

This means you can run GUI tests locally without any windows popping
up (on Linux).

I'm aware that there are other plugins to use Xvfb via pytest, but the
aim of pytest-xvfb is to be dead simple: Install it, install Xvfb, and
your tests will run via Xvfb (unless you pass --no-xvfb).

If Xvfb is not installed, the tests will continue to run normally.

I just uploaded v0.1.0 to PyPI, and updated pytest-qt[1] and
qutebrowser[2] to use it.

Thanks to hackebrot and everyone else involved for the cookiecutter
template (which made creating a new plugin much easier again \o/), and
to @cgoldberg for xvfbwrapper which was the inspiration for this
plugin.

Enjoy, and any feedback is appreciated!

Florian

[1] https://github.com/pytest-dev/pytest-qt/pull/124
[2] 
https://github.com/The-Compiler/qutebrowser/commit/5c617b861c2a517168c694519379982db666e971

-- 
http://www.the-compiler.org | [email protected] (Mail/XMPP)
   GPG: 916E B0C8 FD55 A072 | http://the-compiler.org/pubkey.asc
         I love long mails! | http://email.is-not-s.ms/

Attachment: signature.asc
Description: Digital signature

_______________________________________________
pytest-dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pytest-dev

Reply via email to